DroidDiagram Programmer's Guide
DiagramBuilder.defaultShape 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.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public DiagramBuilder defaultShape (
    Shape value
)

 Parameters

value

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

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace