Gets if the node's shape is closed.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean getClosed () |
true if the node should be drawn as a closed polygon and filled, or false otherwise.
RemarksThis 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