DroidDiagram Programmer's Guide
Diagram.setDefaultShape Method
See Also
 






Sets the default shape that should be assigned to new nodes. The shape of individual nodes can be set by calling their ShapeNode.setShape method.

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

 Syntax

Java  Copy Code

public void setDefaultShape (
    Shape value
)

 Parameters

value

The default Shape object that should be assigned to newly created nodes.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
setDefaultControlType Method