public static interface mxEdgeStyle.mxEdgeStyleFunction
| Modifier and Type | Method | Description |
|---|---|---|
void |
apply(mxCellState state,
mxCellState source,
mxCellState target,
java.util.List<mxPoint> points,
java.util.List<mxPoint> result) |
Implements an edge style function.
|
void apply(mxCellState state, mxCellState source, mxCellState target, java.util.List<mxPoint> points, java.util.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.Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.