Path

Inheritance: java.lang.Object, com.aspose.pdf.drawing.Shape

public final class Path extends Shape

Represents arc.

Constructors

ConstructorDescription
Path(Shape[] shapes)Initializes a new instance of the Path class.
Path()Initializes a new instance of the Path class.

Methods

MethodDescription
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:

ParameterTypeDescription
shapesShape[]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