Class PolygonWrapper


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

Wraps function calls to the PolygonData contained.

  • Constructor Details

    • PolygonWrapper

      public PolygonWrapper(PolygonData polygon)
      Constructor of the PolygonWrapper class using a PolygonData.
      Parameters:
      polygon - The PolygonData to wrap.
    • 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.
  • Method Details