DroidDiagram Programmer's Guide
Shape Constructor
See Also
 






 Overload List

Name Description

Shape (ElementTemplate[], ElementTemplate[], ElementTemplate[], int, String)

Initializes a new Shape instance by setting its outline, decorations, text area, fill rule and shape identifier.

Shape (ElementTemplate[], ElementTemplate[], ElementTemplate[], int, String, ShapeDecoration[])

 

Shape (ElementTemplate[], int, String)

Initializes a new Shape instance by setting its outline, fill rule and shape identifier.

Shape (short[], String)

Initializes a new instance of the Shape class with the specified outline and id. The specified array should contain even number of values. Each odd value represents the x-coordinate and each even value represents the y-coordinate of the corresponding point in the shape outline.

 See Also

Shape Class
com.mindfusion.diagramming Namespace