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