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). More... | |
static mxEdgeStyleFunction | Loop |
Implements a self-reference, aka. loop. More... | |
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. More... | |
static mxEdgeStyleFunction | SideToSide |
Implements a vertical elbow edge. More... | |
static mxEdgeStyleFunction | TopToBottom |
Implements a horizontal elbow edge. More... | |
Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.
|
static |
Uses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. SideToSide is used if horizontal is true or unspecified.
Referenced by com.mxgraph.mxGraph.IsOrthogonal().
|
static |
Implements an entity relation style for edges (as used in database schema diagrams).
Referenced by com.mxgraph.mxGraph.IsOrthogonal().
|
static |
Implements a self-reference, aka. loop.
|
static |
Implements a vertical elbow edge.
Referenced by com.mxgraph.mxGraph.IsOrthogonal().
|
static |
Implements a horizontal elbow edge.
Referenced by com.mxgraph.mxGraph.IsOrthogonal().