public final class Path extends Shape
Represents arc.
Constructor and Description |
---|
Path()
Initializes a new instance of the
Path class. |
Path(Shape[] shapes)
Initializes a new instance of the
Path class. |
Modifier and Type | Method and Description |
---|---|
boolean |
checkBounds(double containerWidth,
double containerHeight)
Checks if the item fits within the given container dimensions (inclusive).
|
List<Shape> |
getShapes()
Gets or sets shapes collection.
|
com.aspose.ms.System.Collections.Generic.List<Shape> |
getShapesInternal()
Gets or sets shapes collection.
|
getGraphInfo, getText, setGraphInfo, setText
public Path(Shape[] shapes)
Initializes a new instance of the Path
class.
shapes
- The shape array contains path segments set.public Path()
Initializes a new instance of the Path
class.
public com.aspose.ms.System.Collections.Generic.List<Shape> getShapesInternal()
Gets or sets shapes collection.
public List<Shape> getShapes()
Gets or sets shapes collection.
java.util.List<Shape>
objectpublic boolean checkBounds(double containerWidth, double containerHeight)
IBoundsCheckableItem
Checks if the item fits within the given container dimensions (inclusive).
checkBounds
in interface IBoundsCheckableItem
checkBounds
in class Shape
containerWidth
- Width of the container.containerHeight
- Height of the container.Copyright © 2025 Aspose. All Rights Reserved.