|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.CellFrameStyle
public final class CellFrameStyle
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 |
---|
public static final int None
public static final int Simple
public static final int System3D
Constructor Detail |
---|
public CellFrameStyle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |