CdrPpdt
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject
public class CdrPpdt extends CdrGraphicObject
The cdr knot vector object
Constructors
| Constructor | Description |
|---|---|
| CdrPpdt() |
Methods
| Method | Description |
|---|---|
| getPoints() | Gets the points. |
| setPoints(PointD[] value) | Sets the points. |
| getKnotVector() | Gets the knot vectors. |
| setKnotVector(int[] value) | Sets the knot vectors. |
CdrPpdt()
public CdrPpdt()
getPoints()
public final PointD[] getPoints()
Gets the points.
Returns: com.aspose.imaging.fileformats.cdr.types.PointD[] - the points.
setPoints(PointD[] value)
public final void setPoints(PointD[] value)
Sets the points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointD[] | the points. |
getKnotVector()
public final int[] getKnotVector()
Gets the knot vectors.
Returns: int[] - the knot vectors.
setKnotVector(int[] value)
public final void setKnotVector(int[] value)
Sets the knot vectors.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int[] | the knot vectors. |