|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.layout.PartitionLayouter.OrthogonalInterEdgeRouter
public static class PartitionLayouter.OrthogonalInterEdgeRouter
PartitionLayouter.OrthogonalInterEdgeRouter
routes inter-edges using OrthogonalEdgeRouter
.
Constructor Summary | |
---|---|
PartitionLayouter.OrthogonalInterEdgeRouter()
Creates a new PartitionLayouter.OrthogonalInterEdgeRouter instance with default settings. |
Method Summary | |
---|---|
OrthogonalEdgeRouter |
getOrthogonalEdgeRouter()
Returns the OrthogonalEdgeRouter instance used for inter-edge routing. |
java.lang.Object |
getSelectedEdgesDpKey()
Returns the key to register a DataProvider which 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 OrthogonalEdgeRouter instance used for inter-edge routing. |
void |
setSelectedEdgesDpKey(java.lang.Object key)
Specifies the key to register a DataProvider which 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_EDGES
key
- DataProvider
key
java.lang.IllegalArgumentException
- if the specified key is null
OrthogonalEdgeRouter.setSelectedEdgesDpKey(Object)
public void routeInterEdges(LayoutGraph graph, DataProvider clusterIDDP, DataProvider interEdgeDP)
PartitionLayouter.InterEdgeRouter
routeInterEdges
in interface PartitionLayouter.InterEdgeRouter
graph
- 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-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |