com.mindfusion.diagramming
Class SimpleShape

java.lang.Object
  extended by com.mindfusion.diagramming.SimpleShape

public final class SimpleShape
extends java.lang.Object

The members of this enumeration specify the shape of a node's outline. These constants can be used as parameters of the TableNode.setShape(int) method of the TableNode class.


Field Summary
static int Rectangle
          The node's shape is a rectangle.
static int RoundedRectangle
          The node's shape is a rounded rectangle.
 
Constructor Summary
SimpleShape()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Rectangle

public static final int Rectangle
The node's shape is a rectangle.

See Also:
Constant Field Values

RoundedRectangle

public static final int RoundedRectangle
The node's shape is a rounded rectangle.

See Also:
Constant Field Values
Constructor Detail

SimpleShape

public SimpleShape()