mxGraph
|
Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style. More...
Static Public Attributes | |
static mxEdgeStyleFunction | EntityRelation |
Implements an entity relation style for edges (as used in database schema diagrams). | |
static mxEdgeStyleFunction | Loop |
Implements a self-reference, aka. loop. | |
static mxEdgeStyleFunction | ElbowConnector |
Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. SideToSide is used if horizontal is true or unspecified. | |
static mxEdgeStyleFunction | SideToSide |
Implements a vertical elbow edge. | |
static mxEdgeStyleFunction | TopToBottom |
Implements a horizontal elbow edge. |
Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.
Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. SideToSide is used if horizontal is true or unspecified.
Implements an entity relation style for edges (as used in database schema diagrams).
Implements a self-reference, aka. loop.
Implements a vertical elbow edge.
Implements a horizontal elbow edge.