Class PolygonWrapper


  • public class PolygonWrapper
    extends GenericShapeWrapper<PolygonData>
    Class containing an PolygonData.

    Wraps function calls to the PolygonData contained.

    • Constructor Detail

      • PolygonWrapper

        public PolygonWrapper​(PolygonData shape)
        Constructor of the PolygonWrapper class using a PolygonData.
        Parameters:
        shape - the shape.
      • PolygonWrapper

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

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

        public PolygonWrapper​(List<Point2D.Double> points)
        Constructor of the PolygonWrapper class using a new LineData.
        Parameters:
        points - the points in the polyline.