|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Shape
aspose.pdf.ClosedShape
aspose.pdf.ComplexShape
public class ComplexShape
ComplexShape is a Shape that consists of several closed Shapes (contours). It can contain Circle, Ellipse, Rectangle and Path. Other shapes are ignored.
Typical usages are the following:
Constructor Summary | |
---|---|
ComplexShape()
Initializes a new instance of the ComplexShape class. |
|
ComplexShape(Graph graph)
Initializes a new instance of the ComplexShape class. |
Method Summary | |
---|---|
java.util.List<ClosedShape> |
getShapes()
Returns a list of closed shapes. |
void |
setShapes(java.util.List<ClosedShape> shapes)
Set a list of closed shapes. |
Methods inherited from class aspose.pdf.Shape |
---|
getGraphInfo, getID, setGraphInfo, setID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexShape()
ComplexShape
class.
public ComplexShape(Graph graph)
ComplexShape
class.
graph
- The specified Graph
object.
Remarks: This constructor can inherit common property values from
the specified Graph
object.
Method Detail |
---|
public java.util.List<ClosedShape> getShapes()
public void setShapes(java.util.List<ClosedShape> shapes)
shapes
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |