Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.shapes | |
com.aspose.psd.shapesegments |
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.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.