Path
Overview
Path is a class in Aspose.Pdf FOSS for Java.
Inherits from: Shape.
Represents a composite path made up of child {@link Shape} elements.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
shapes | List<Shape> | Read | Gets the list of child shapes in this path. |
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 |
|---|---|
Path() | Creates a new empty path. |
getShapes() → List<Shape> | Gets the list of child shapes in this path. |
checkBounds(width: double, height: double) | {@inheritDoc} |
Checks bounds for all child shapes in this path. | | `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. |