com.mindfusion.diagramming
Class CellFrameStyle

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

public final class CellFrameStyle
extends java.lang.Object

The members of this enumeration specify the style of the frame lines of tables' cells. These constants can be used as parameters of the TableNode.setCellFrameStyle(int) method of the TableNode class.


Field Summary
static int None
          TableNode cells have no border.
static int Simple
          The borders of table cells are simple lines.
static int System3D
          The borders have 3D look.
 
Constructor Summary
CellFrameStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
TableNode cells have no border.

See Also:
Constant Field Values

Simple

public static final int Simple
The borders of table cells are simple lines.

See Also:
Constant Field Values

System3D

public static final int System3D
The borders have 3D look.

See Also:
Constant Field Values
Constructor Detail

CellFrameStyle

public CellFrameStyle()