Path
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.drawing.Shape
public final class Path extends Shape
Represents arc.
Constructors
Constructor | Description |
---|---|
Path(Shape[] shapes) | Initializes a new instance of the Path class. |
Path() | Initializes a new instance of the Path class. |
Methods
Method | Description |
---|---|
getShapesInternal() | Gets or sets shapes collection. |
getShapes() | Gets or sets shapes collection. |
Path(Shape[] shapes)
public Path(Shape[] shapes)
Initializes a new instance of the Path class.
Parameters:
Parameter | Type | Description |
---|---|---|
shapes | Shape[] | The shape array contains path segments set. |
Path()
public Path()
Initializes a new instance of the Path class.
getShapesInternal()
public System.Collections.Generic.List<Shape> getShapesInternal()
Gets or sets shapes collection.
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.pdf.drawing.Shape> - internal object
getShapes()
public List<Shape> getShapes()
Gets or sets shapes collection.
Returns: java.util.List<com.aspose.pdf.drawing.Shape> - java.util.List object