Uses of Class
aspose.pdf.UnclosedShape

Uses of UnclosedShape in aspose.pdf
 

Subclasses of UnclosedShape in aspose.pdf
 class Arc
          Represents an arc Shape in a Graph.
 class Curve
          Represents a curve Shape in a Graph.
 class Line
          Represents a line Shape in a Graph.
 

Methods in aspose.pdf that return types with arguments of type UnclosedShape
 java.util.List<UnclosedShape> Path.getShapes()
          Returns a list of unclosed shapes.
 

Method parameters in aspose.pdf with type arguments of type UnclosedShape
 void Path.setShapes(java.util.List<UnclosedShape> shapes)
          Set a list of unclosed shapes.