public class CdrPpdt extends CdrGraphicObject
The cdr knot vector object
CdrObjectContainer
Constructor and Description |
---|
CdrPpdt() |
Modifier and Type | Method and Description |
---|---|
int[] |
getKnotVector()
Gets the knot vectors.
|
PointD[] |
getPoints()
Gets the points.
|
void |
setKnotVector(int[] value)
Sets the knot vectors.
|
void |
setPoints(PointD[] value)
Sets the points.
|
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 int[] getKnotVector()
Gets the knot vectors.
public final void setKnotVector(int[] value)
Sets the knot vectors.
value
- the knot vectors.