Curve

Overview

Curve is a class in Aspose.Pdf FOSS for Java. Inherits from: Shape.

Represents a Bezier curve drawing shape.

Properties

NameTypeAccessDescription
positionArrayfloat[]ReadGets the array of control point coordinates.
graphInfoGraphInfoReadGets the graphic styling properties for this shape.
textStringReadGets the optional text label associated with this shape.

Methods

SignatureDescription
Curve(positionArray: float[])Creates a new Bezier curve with the specified control points.
getPositionArray()float[]Gets the array of control point coordinates.
setPositionArray(positionArray: float[])Sets the array of control point coordinates.
checkBounds(width: double, height: double){@inheritDoc}
/
getGraphInfo()GraphInfoGets the graphic styling properties for this shape.
setGraphInfo(graphInfo: GraphInfo)Sets the graphic styling properties for this shape.
getText()StringGets the optional text label associated with this shape.
setText(text: String)Sets the optional text label associated with this shape.

See Also