DroidDiagram Programmer's Guide
ShapeNode.setShape Method
See Also
 






Sets the shape of a node to the specified Shape instance. The initial shape of a node is the one set by the setDefaultShape method.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setShape (
    Shape value
)

 Parameters

value

A Shape object representing the node's shape.

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace
AllowFlip Property