Sets if the node's shape is closed.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public FreeFormNodeBuilder closed ( |
true if the node should be drawn as a closed polygon and filled, or false otherwise.
This FreeFormNodeBuilder instance.
See Also