mxGraph
Static Public Attributes | List of all members
com.mxgraph.mxEdgeStyle Class Reference

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...
 

Detailed Description

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

Member Data Documentation

mxEdgeStyleFunction com.mxgraph.mxEdgeStyle.ElbowConnector
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().

mxEdgeStyleFunction com.mxgraph.mxEdgeStyle.EntityRelation
static

Implements an entity relation style for edges (as used in database schema diagrams).

Referenced by com.mxgraph.mxGraph.IsOrthogonal().

mxEdgeStyleFunction com.mxgraph.mxEdgeStyle.Loop
static

Implements a self-reference, aka. loop.

mxEdgeStyleFunction com.mxgraph.mxEdgeStyle.SideToSide
static

Implements a vertical elbow edge.

Referenced by com.mxgraph.mxGraph.IsOrthogonal().

mxEdgeStyleFunction com.mxgraph.mxEdgeStyle.TopToBottom
static

Implements a horizontal elbow edge.

Referenced by com.mxgraph.mxGraph.IsOrthogonal().


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