Search
FreeFormNode.setClosed Method
See Also
 

Sets if the node's shape is closed.

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

 Syntax

Java  Copy Code

public void setClosed (
    boolean value
)

 Parameters

value

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

 Remarks

This property is set automatically if the distance between start and end points is smaller than AutoCloseDistance when the user finishes drawing the node.

 See Also