public class PolygonROI extends AbstractROIShape
PolygonROI represents a shape having arbitrary numbers of corners
and edges, respectively.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The UID for serialization.
|
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO| Constructor and Description |
|---|
PolygonROI(Area a)
A public constructor using an
Area object. |
PolygonROI(Shape s)
A public constructor using a
Shape object. |
getBoundaryCenter, getEndPoint, getPathIterator, getStartPoint, isClosed, segmentCodeToString, windingRuleToStringadd, contains, contains, contains, contains, contains, contains, contains, contains, exclusiveOr, getAsBitmask, getAsImage, getAsRectangleList, getAsRectangleList, getAsShape, getBounds, getBounds2D, intersect, intersects, intersects, intersects, intersects, subtract, transformprivate static final long serialVersionUID
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.