|
JGraph X 1.2.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface mxPerimeter.mxPerimeterFunction
Defines the requirements for a perimeter function.
Method Summary | |
---|---|
mxPoint |
apply(mxRectangle bounds,
mxCellState edgeState,
mxCellState terminalState,
boolean isSource,
mxPoint next)
Implements a perimeter function. |
Method Detail |
---|
mxPoint apply(mxRectangle bounds, mxCellState edgeState, mxCellState terminalState, boolean isSource, mxPoint next)
bounds
- Rectangle that represents the absolute bounds of the
vertex.edgeState
- Cell state that represents the incoming or outgoing
edge.terminalState
- Cell state that represents the vertex.isSource
- Boolean that specifies if the vertex is the source
terminal.next
- Point that represents the nearest neighbour point on the
given edge.
|
JGraph X 1.2.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |