|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class will be used as a callback by the HierarchyManager whenever the state of an edge/interedge changes. This class can then perform suitable necessary (visible) modifications to the edge at will.
Method Summary | |
void |
configureEdge(Edge edge,
boolean wasInterEdge,
Node formerSource,
Node formerTarget)
This method will be called by the HierarchyManager every time the state of an edge or interedge changes, i.e. every time an edge gets a new target or source node assigned. |
Method Detail |
public void configureEdge(Edge edge, boolean wasInterEdge, Node formerSource, Node formerTarget)
edge
- The edge, which exists in the graph, after the changewasInterEdge
- whether this edge was an interedge before this callformerSource
- the former source node, which may now be somewhere elseformerTarget
- the former target node, which may now be somewhere else
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |