OdCurveTo

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject

public class OdCurveTo extends OdGraphicObject

The Enhanced CurveTo

Constructors

ConstructorDescription
OdCurveTo(OdObject parent)Initializes a new instance of the OdCurveTo class.

Methods

MethodDescription
getPoints()Gets or sets the points.
setPoints(PointF[] value)Gets or sets the points.

OdCurveTo(OdObject parent)

public OdCurveTo(OdObject parent)

Initializes a new instance of the OdCurveTo class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getPoints()

public PointF[] getPoints()

Gets or sets the points.

Returns: com.aspose.imaging.PointF[] - The points.

setPoints(PointF[] value)

public void setPoints(PointF[] value)

Gets or sets the points.

Parameters:

ParameterTypeDescription
valuePointF[]The points.