|
mxGraph 2.5.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface mxEdgeStyle.mxEdgeStyleFunction
Defines the requirements for an edge style function.
Method Summary | |
---|---|
void |
apply(mxCellState state,
mxCellState source,
mxCellState target,
List<mxPoint> points,
List<mxPoint> result)
Implements an edge style function. |
Method Detail |
---|
void apply(mxCellState state, mxCellState source, mxCellState target, List<mxPoint> points, List<mxPoint> result)
state
- Cell state that represents the edge to be updated.source
- Cell state that represents the source terminal.target
- Cell state that represents the target terminal.points
- List of relative control points.result
- Array of points that represent the actual points of the
edge.
|
mxGraph 2.5.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |