Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.shapes |
The package contains different shapes combined from shape segments.
|
Modifier and Type | Method and Description |
---|---|
Shape[] |
Figure.getShapes()
Gets the figure shapes.
|
Modifier and Type | Method and Description |
---|---|
void |
Figure.addShape(Shape shape)
Adds a shape to the figure.
|
void |
Figure.addShapes(Shape[] shapes)
Adds a range of shapes to the figure.
|
void |
Figure.removeShape(Shape shape)
Removes a shape from the figure.
|
void |
Figure.removeShapes(Shape[] shapes)
Removes a range of shapes from the figure.
|
Modifier and Type | Class and Description |
---|---|
class |
ArcShape
Represents an arc shape.
|
class |
BezierShape
Represents a bezier spline.
|
class |
CurveShape
Represents a curved spline shape.
|
class |
EllipseShape
Represents an ellipse shape.
|
class |
PieShape
Represents a pie shape.
|
class |
PolygonShape
Represents a polygon shape.
|
class |
RectangleProjectedShape
Represents a shape which is projected over rectangle turned to a particular orientation.
|
class |
RectangleShape
Represents a rectangular shape.
|
class |
TextShape
Represents a text shape.
|