public class CdrCurve extends CdrGraphicObject
The cdr curve
CdrObjectContainer| Constructor and Description |
|---|
CdrCurve() |
| 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, setWidthgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic 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.