|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PartitionLayouter.PartitionPlacer
A PartitionLayouter.PartitionPlacer
is responsible for arranging the graph partitions. Arranging a
graph partition usually involves applying a coordinate translation to all elements that belong to
the partition in order to generate a non-overlapping node arrangement.
Method Summary | |
---|---|
void |
placePartitions(LayoutGraph graph,
DataProvider partitionIDDP,
DataProvider interEdgeDP)
Arranges the graph while taking partition IDs and inter-edge information into account. |
Method Detail |
---|
void placePartitions(LayoutGraph graph, DataProvider partitionIDDP, DataProvider interEdgeDP)
graph
- the input graphpartitionIDDP
- the partition ID for each node in the graphinterEdgeDP
- the map which marks inter-edges
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |