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.
|
com.aspose.imaging.shapesegments |
The package contains different shape segments which combine shapes.
|
Modifier and Type | Method and Description |
---|---|
abstract ShapeSegment[] |
Shape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
Figure.getSegments()
Gets the whole figure segments.
|
Modifier and Type | Method and Description |
---|---|
ShapeSegment[] |
TextShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
RectangleShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
PolygonShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
PieShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
EllipseShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
CurveShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
BezierShape.getSegments()
Gets the shape segments.
|
ShapeSegment[] |
ArcShape.getSegments()
Gets the shape segments.
|
Modifier and Type | Class and Description |
---|---|
class |
BezierSegment
The bezier segment going from one point to the next point and using two control points.
|
class |
LineSegment
Represents a segment leading derectly from a specific point to the next point.
|