Class PolylineWrapper

    • Constructor Detail

      • PolylineWrapper

        public PolylineWrapper​(PolylineData shape)
        Constructor of the PolylineWrapper class using a PolylineData.
        Parameters:
        shape - the shape.
      • 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.