DroidDiagram Programmer's Guide
CellFrameStyle Enumeration
See Also
 






The members of this enumeration specify the style of the frame lines of tables' cells. They can be used as parameters of the setCellFrameStyle method of the TableNode class.

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

 Syntax

Java  Copy Code

public enum CellFrameStyle

 Members

  Member name Description

None

TableNode cells have no border.

Simple

The borders of table cells are simple lines.

System3D

The borders have 3D look.

 See Also

com.mindfusion.diagramming Namespace