DroidDiagram Programmer's Guide
ShapeNodeBuilder.shape Method
See Also
 






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

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

 Syntax

Java  Copy Code

public ShapeNodeBuilder shape (
    Shape value
)

 Parameters

value

A Shape object representing the node's shape.

 Return Value

This ShapeNodeBuilder instance.

 See Also

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