CdrPpdt

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

ConstructorDescription
CdrPpdt()

Methods

MethodDescription
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:

ParameterTypeDescription
valuePointD[]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:

ParameterTypeDescription
valueint[]the knot vectors.