Class PolylineWrapper


public class PolylineWrapper extends GenericShapeWrapper<PolylineData>
Class containing an PolylineData.

Wraps function calls to the PolylineData contained.

  • Constructor Details

    • PolylineWrapper

      public PolylineWrapper(PolylineData polyline)
      Constructor of the PolylineWrapper class using a PolylineData.
      Parameters:
      polyline - The PolylineData to wrap.
    • PolylineWrapper

      public PolylineWrapper()
      Constructor of the RectangleWrapper class using a new empty LineData.
    • PolylineWrapper

      public PolylineWrapper(Roi ijRoi)
      Constructor of the PolylineWrapper class using an ImageJ PolygonRoi.
      Parameters:
      ijRoi - An ImageJ ROI.
    • PolylineWrapper

      public PolylineWrapper(List<Point2D.Double> points)
      Constructor of the RectangleWrapper class using a new LineData.
      Parameters:
      points - the points in the polyline.
  • Method Details