Curve
Overview
Curve is a class in Aspose.Pdf FOSS for Java.
Inherits from: Shape.
Represents a Bezier curve drawing shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
positionArray | float[] | Read | Gets the array of control point coordinates. |
graphInfo | GraphInfo | Read | Gets the graphic styling properties for this shape. |
text | String | Read | Gets the optional text label associated with this shape. |
Methods
| Signature | Description |
|---|---|
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() → GraphInfo | Gets the graphic styling properties for this shape. |
setGraphInfo(graphInfo: GraphInfo) | Sets the graphic styling properties for this shape. |
getText() → String | Gets the optional text label associated with this shape. |
setText(text: String) | Sets the optional text label associated with this shape. |