MindFusion.Java Package Programmer's Guide
SvgNodeBuilder.expanded Method
See Also
 






Expands or collapses the tree branch that starts from a node.

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

 Syntax

Java  Copy Code

public SvgNodeBuilder expanded (
    boolean value
)

 Parameters

value

true if the tree branch that starts fromthis node should be expanded, otherwise false.

 Return Value

This DiagramNodeBuilder instance.

 See Also

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