| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.view.hierarchy.DefaultInterEdgeConfigurator
public class DefaultInterEdgeConfigurator
This default implementation of the InterEdgeConfigurator performs some simple heuristics.
| Constructor Summary | |
|---|---|
| DefaultInterEdgeConfigurator() | |
| Method Summary | |
|---|---|
|  void | configureEdge(Edge edge,
              boolean wasInterEdge,
              Node formerSource,
              Node formerTarget)This method will remove all bend and port information in the case an inter-edge is converted back to a normal edge. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultInterEdgeConfigurator()
| Method Detail | 
|---|
public void configureEdge(Edge edge,
                          boolean wasInterEdge,
                          Node formerSource,
                          Node formerTarget)
configureEdge in interface InterEdgeConfiguratoredge - The edge, which exists in the graph, after the changewasInterEdge - whether this edge was an inter-edge 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-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||