| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mxgraph.view.mxEdgeStyle
public class mxEdgeStyle
Provides various edge styles to be used as the values for mxConstants.STYLE_EDGE in a cell style. Alternatevly, the mxConstants. EDGESTYLE_* constants can be used to reference an edge style via the mxStyleRegistry.
| Nested Class Summary | |
|---|---|
| static interface | mxEdgeStyle.mxEdgeStyleFunctionDefines the requirements for an edge style function. | 
| Field Summary | |
|---|---|
| static mxEdgeStyle.mxEdgeStyleFunction | ElbowConnectorUses either SideToSide or TopToBottom depending on the horizontal flag in the cell style. | 
| static mxEdgeStyle.mxEdgeStyleFunction | EntityRelationProvides an entity relation style for edges (as used in database schema diagrams). | 
| static mxEdgeStyle.mxEdgeStyleFunction | LoopProvides a self-reference, aka. | 
| static mxEdgeStyle.mxEdgeStyleFunction | SideToSideProvides a vertical elbow edge. | 
| static mxEdgeStyle.mxEdgeStyleFunction | TopToBottomProvides a horizontal elbow edge. | 
| Constructor Summary | |
|---|---|
| mxEdgeStyle() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static mxEdgeStyle.mxEdgeStyleFunction EntityRelation
public static mxEdgeStyle.mxEdgeStyleFunction Loop
public static mxEdgeStyle.mxEdgeStyleFunction ElbowConnector
public static mxEdgeStyle.mxEdgeStyleFunction SideToSide
public static mxEdgeStyle.mxEdgeStyleFunction TopToBottom
| Constructor Detail | 
|---|
public mxEdgeStyle()
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||