Uses of Class
com.aspose.imaging.ShapeSegment

Packages that use ShapeSegment
com.aspose.imaging   
com.aspose.imaging.shapes   
com.aspose.imaging.shapesegments   
 

Uses of ShapeSegment in com.aspose.imaging
 

Methods in com.aspose.imaging that return ShapeSegment
 ShapeSegment[] Figure.getSegments()
           Gets the whole figure segments.
abstract  ShapeSegment[] Shape.getSegments()
           Gets the shape segments.
 

Uses of ShapeSegment in com.aspose.imaging.shapes
 

Methods in com.aspose.imaging.shapes that return ShapeSegment
 ShapeSegment[] ArcShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] BezierShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] CurveShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] EllipseShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] PieShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] PolygonShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] RectangleShape.getSegments()
           Gets the shape segments.
 ShapeSegment[] TextShape.getSegments()
           Gets the shape segments.
 

Uses of ShapeSegment in com.aspose.imaging.shapesegments
 

Subclasses of ShapeSegment in com.aspose.imaging.shapesegments
 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.