DroidDiagram Programmer's Guide
SimpleShape Enumeration
See Also
 






The members of this enumeration specify the shape of a node's outline. They can be used as parameters of the setShape method of the TableNode class.

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

 Syntax

Java  Copy Code

public enum SimpleShape

 Members

  Member name Description

Rectangle

The node's shape is a rectangle.

RoundedRectangle

The node's shape is a rounded rectangle.

 See Also

com.mindfusion.diagramming Namespace