com.mindfusion.diagramming
Class TableStyle

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

public class TableStyle
extends java.lang.Object

The members of this enumeration specify the shape of a table. These constants can be used as parameters of the TableNode.setStyle(int) method of the TableNode class.


Field Summary
static int Rectangle
          The table's shape is a rectangle.
static int RoundedRectangle
          The table's shape is a rounded rectangle.
 
Constructor Summary
TableStyle()
           
 
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 table's shape is a rectangle.

See Also:
Constant Field Values

RoundedRectangle

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

See Also:
Constant Field Values
Constructor Detail

TableStyle

public TableStyle()