mxGraph
Static Public Attributes
com.mxgraph.mxEdgeStyle Class Reference

Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style. More...

List of all members.

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.

Detailed Description

Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style.


Member Data Documentation

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.


The documentation for this class was generated from the following file: