|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClosedShape in aspose.pdf |
---|
Subclasses of ClosedShape in aspose.pdf | |
---|---|
class |
Circle
Represents a circle |
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 ClosedShape | |
---|---|
ClosedShape |
Graph.getClippingPath()
Returns a contour clipping an area of graph that will be visible. |
Methods in aspose.pdf that return types with arguments of type ClosedShape | |
---|---|
java.util.List<ClosedShape> |
ComplexShape.getShapes()
Returns a list of closed shapes. |
Methods in aspose.pdf with parameters of type ClosedShape | |
---|---|
void |
Graph.setClippingPath(ClosedShape clippingPath)
Sets a contour clipping an area of graph that will be visible. |
Method parameters in aspose.pdf with type arguments of type ClosedShape | |
---|---|
void |
ComplexShape.setShapes(java.util.List<ClosedShape> shapes)
Set a list of closed shapes. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |