Package | Description |
---|---|
com.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Field | Description |
---|---|---|
protected mxEdgeStyle.mxEdgeStyleFunction |
mxGraph.defaultLoopStyle |
Specifies the default style for loops.
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.ElbowConnector |
Uses either SideToSide or TopToBottom depending on the horizontal
flag in the cell style.
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.EntityRelation |
Provides an entity relation style for edges (as used in database
schema diagrams).
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.Loop |
Provides a self-reference, aka.
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.OrthConnector |
An orthogonal connector that avoids connecting vertices and
respects port constraints
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.SegmentConnector |
Implements an orthogonal edge style.
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.SideToSide |
Provides a vertical elbow edge.
|
static mxEdgeStyle.mxEdgeStyleFunction |
mxEdgeStyle.TopToBottom |
Provides a horizontal elbow edge.
|
Modifier and Type | Method | Description |
---|---|---|
mxEdgeStyle.mxEdgeStyleFunction |
mxGraph.getDefaultLoopStyle() |
Returns the default edge style used for loops.
|
mxEdgeStyle.mxEdgeStyleFunction |
mxGraphView.getEdgeStyle(mxCellState edge,
java.util.List<mxPoint> points,
java.lang.Object source,
java.lang.Object target) |
Returns the edge style function to be used to compute the absolute points
for the given state, control points and terminals.
|
Modifier and Type | Method | Description |
---|---|---|
void |
mxGraph.setDefaultLoopStyle(mxEdgeStyle.mxEdgeStyleFunction value) |
Sets the default style used for loops.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.