Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
Modifier and Type | Method and Description |
---|---|
static Shape |
InternalHelper.getShapeByName(String name) |
Modifier and Type | Class and Description |
---|---|
class |
Arc
Represents arc.
|
class |
Circle
Represents circle.
|
class |
Curve
Represents bezier curve.
|
class |
Ellipse
Represents ellipse.
|
class |
Line
Represents line.
|
class |
Path
Represents arc.
|
class |
Rectangle
Represents rectangle.
|
Modifier and Type | Method and Description |
---|---|
List<Shape> |
Graph.getShapes()
Gets a
Shapes collection that indicates all shapes in the graph. |
List<Shape> |
Path.getShapes()
Gets or sets shapes collection.
|
com.aspose.ms.System.Collections.Generic.List<Shape> |
Path.getShapesInternal()
Gets or sets shapes collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.setShapes(List<Shape> value)
Sets a
Shapes collection that indicates all shapes in the graph. |
Constructor and Description |
---|
Path(Shape[] shapes)
Initializes a new instance of the
Path class. |