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, getClipId, getHeight, getWidth, setBoundsInPixels, setClipId, 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 int[] getKnotVector()
Gets the knot vectors.
public final void setKnotVector(int[] value)
Sets the knot vectors.
value - the knot vectors.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.