|
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.ComponentPartitionPlacer
public static class PartitionLayouter.ComponentPartitionPlacer
PartitionLayouter.ComponentPartitionPlacer
uses ComponentLayouter
to place the partitions.
Constructor Summary | |
---|---|
PartitionLayouter.ComponentPartitionPlacer()
Creates a new PartitionLayouter.ComponentPartitionPlacer instance with default settings. |
Method Summary | |
---|---|
ComponentLayouter |
getComponentLayouter()
Returns the ComponentLayouter instance used for placing the graph partitions. |
void |
placePartitions(LayoutGraph graph,
DataProvider clusterIDDP,
DataProvider interEdgeDP)
Arranges the graph while taking partition IDs and inter-edge information into account. |
void |
setComponentLayouter(ComponentLayouter componentLayouter)
Specifies the ComponentLayouter instance used for placing the graph partitions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartitionLayouter.ComponentPartitionPlacer()
PartitionLayouter.ComponentPartitionPlacer
instance with default settings.
Method Detail |
---|
public void placePartitions(LayoutGraph graph, DataProvider clusterIDDP, DataProvider interEdgeDP)
PartitionLayouter.PartitionPlacer
placePartitions
in interface PartitionLayouter.PartitionPlacer
graph
- the input graphclusterIDDP
- the partition ID for each node in the graphinterEdgeDP
- the map which marks inter-edgespublic ComponentLayouter getComponentLayouter()
ComponentLayouter
instance used for placing the graph partitions.
ComponentLayouter
that is usedsetComponentLayouter(ComponentLayouter)
public void setComponentLayouter(ComponentLayouter componentLayouter)
ComponentLayouter
instance used for placing the graph partitions.
ComponentLayouter
. A ComponentLayouter
instance with default settings.componentLayouter
- the ComponentLayouter
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 |