com.mindfusion.diagramming
Class TableConnectionStyle
java.lang.Object
com.mindfusion.diagramming.TableConnectionStyle
public final class TableConnectionStyle
- extends java.lang.Object
The members of this enumeration specify whether arrows drawn by users
are connected to tables rows, to tables as integral nodes, or both. These
constants can be used as parameters of the TableNode.setConnectionStyle(int)
method of the TableNode
class.
Field Summary |
static int |
Both
Support both modes. |
static int |
Rows
Connect arrows to rows of the table. |
static int |
Table
Connect arrows to the table as an integral node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table
public static final int Table
- Connect arrows to the table as an integral node.
- See Also:
- Constant Field Values
Rows
public static final int Rows
- Connect arrows to rows of the table.
- See Also:
- Constant Field Values
Both
public static final int Both
- Support both modes.
- See Also:
- Constant Field Values
TableConnectionStyle
public TableConnectionStyle()