DroidDiagram Programmer's Guide
FreeFormNode.getClosed Method
See Also
 






Gets if the node's shape is closed.

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

 Syntax

Java  Copy Code

public boolean getClosed ()

 Return 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

FreeFormNode Members
FreeFormNode Class
com.mindfusion.diagramming Namespace