courbe
Vue de l’ensemble
‘Curve’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: Shape.
Il représente une forme de dessin de courbe Bezier.
Cette classe fournit 8 méthodes pour travailler avec des objets de courbe dans les programmes Java. Les méthodologies disponibles comprennent: ‘Curve’, ‘checkBounds’, getGraphInfo', ‘getPositionArray’, 'getText', ’setGrafInFO', ‚setPozition Array, ‘setTeXT’. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ‘graphIninfo’, ‘‘positionArry , 'text.
Propriétés
| 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. |
méthodes
| 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. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise