Uses of Class
aspose.pdf.ClosedShape

Uses of ClosedShape in aspose.pdf
 

Subclasses of ClosedShape in aspose.pdf
 class Circle
          Represents a circle in a Graph.
 class ComplexShape
          ComplexShape is a Shape that consists of several closed Shapes (contours).
 class Ellipse
          Represents a Ellipse Shape in a Pdf document.
 class Path
          Path is a closed shape (contour) that consists of several unclosed Shapes such as Lines, Bezier curves, Arc.
 class Rectangle
          Represents a rectangle Shape in a Pdf document.
 

Methods in aspose.pdf that return types with arguments of type ClosedShape
 java.util.List<ClosedShape> ClippingPath.getPath()
           
 java.util.List<ClosedShape> ComplexShape.getShapes()
          Returns a list of closed shapes.
 

Method parameters in aspose.pdf with type arguments of type ClosedShape
 void ClippingPath.setPath(java.util.List<ClosedShape> clippingPath)
           
 void ComplexShape.setShapes(java.util.List<ClosedShape> shapes)
          Set a list of closed shapes.
 

Constructors in aspose.pdf with parameters of type ClosedShape
ClippingPath(ClosedShape shape)