public class CdrPolygon extends CdrGraphicObject
The cdr polygon
CdrObjectContainer
Constructor and Description |
---|
CdrPolygon() |
Modifier and Type | Method and Description |
---|---|
PointD[] |
getPoints()
Gets the points.
|
byte[] |
getPointTypes()
Gets the point types.
|
void |
setPoints(PointD[] value)
Sets the points.
|
void |
setPointTypes(byte[] value)
Sets the point types.
|
getBoundsInPixels, getHeight, getWidth, setBoundsInPixels, setHeight, setWidth
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final PointD[] getPoints()
Gets the points.
public final void setPoints(PointD[] value)
Sets the points.
value
- the points.public final byte[] getPointTypes()
Gets the point types.
public final void setPointTypes(byte[] value)
Sets the point types.
value
- the point types.