Search
FreeFormNodeBuilder.closed Method
See Also
 

Sets if the node's shape is closed.

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

 Syntax

Java  Copy Code

public FreeFormNodeBuilder closed (
    boolean value
)

 Parameters

value

true if the node should be drawn as a closed polygon and filled, or false otherwise.

 Return Value

This FreeFormNodeBuilder instance.

 See Also