Uses of Class
com.aspose.imaging.Shape

Packages that use Shape
com.aspose.imaging   
com.aspose.imaging.shapes   
 

Uses of Shape in com.aspose.imaging
 

Methods in com.aspose.imaging that return Shape
 Shape[] Figure.getShapes()
           Gets the figure shapes.
 

Methods in com.aspose.imaging with parameters of type Shape
 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.
 

Uses of Shape in com.aspose.imaging.shapes
 

Subclasses of Shape in com.aspose.imaging.shapes
 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.