| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.layout.PartitionLayouter.OrthogonalInterEdgeRouter
public static class PartitionLayouter.OrthogonalInterEdgeRouter
PartitionLayouter.OrthogonalInterEdgeRouter routes inter-edges using OrthogonalEdgeRouter.
| Constructor Summary | |
|---|---|
| PartitionLayouter.OrthogonalInterEdgeRouter()Creates a new PartitionLayouter.OrthogonalInterEdgeRouterinstance with default settings. | |
| Method Summary | |
|---|---|
|  OrthogonalEdgeRouter | getOrthogonalEdgeRouter()Returns the OrthogonalEdgeRouterinstance used for inter-edge routing. | 
|  java.lang.Object | getSelectedEdgesDpKey()Returns the key to register a DataProviderwhich marks edges as selected. | 
|  void | routeInterEdges(LayoutGraph graph,
                DataProvider clusterIDDP,
                DataProvider interEdgeDP)Routes inter-edges of the partitioned graph. | 
|  void | setOrthogonalEdgeRouter(OrthogonalEdgeRouter orthogonalEdgeRouter)Specifies the OrthogonalEdgeRouterinstance used for inter-edge routing. | 
|  void | setSelectedEdgesDpKey(java.lang.Object key)Specifies the key to register a DataProviderwhich marks edges as selected. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PartitionLayouter.OrthogonalInterEdgeRouter()
PartitionLayouter.OrthogonalInterEdgeRouter instance with default settings.
| Method Detail | 
|---|
public java.lang.Object getSelectedEdgesDpKey()
DataProvider which marks edges as selected.
DataProvider keysetSelectedEdgesDpKey(Object), 
OrthogonalEdgeRouter.setSelectedEdgesDpKey(Object)public void setSelectedEdgesDpKey(java.lang.Object key)
DataProvider which marks edges as selected.
Layouter.SELECTED_EDGESkey - DataProvider key
java.lang.IllegalArgumentException - if the specified key is nullOrthogonalEdgeRouter.setSelectedEdgesDpKey(Object)
public void routeInterEdges(LayoutGraph graph,
                            DataProvider clusterIDDP,
                            DataProvider interEdgeDP)
PartitionLayouter.InterEdgeRouter
routeInterEdges in interface PartitionLayouter.InterEdgeRoutergraph - the input graphclusterIDDP - the partition ID for each node in the graphinterEdgeDP - the map that marks inter-edgespublic OrthogonalEdgeRouter getOrthogonalEdgeRouter()
OrthogonalEdgeRouter instance used for inter-edge routing.
OrthogonalEdgeRouter instance that is usedsetOrthogonalEdgeRouter(OrthogonalEdgeRouter)public void setOrthogonalEdgeRouter(OrthogonalEdgeRouter orthogonalEdgeRouter)
OrthogonalEdgeRouter instance used for inter-edge routing.
OrthogonalEdgeRouter.  An OrthogonalEdgeRouter with default settings is used.orthogonalEdgeRouter - the OrthogonalEdgeRouter instance that should be used| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||