public static class SugiyamaLayoutAlgorithm.BarycentricCrossingReducer extends java.lang.Object implements SugiyamaLayoutAlgorithm.CrossingReducer
Constructor and Description |
---|
BarycentricCrossingReducer() |
Modifier and Type | Method and Description |
---|---|
void |
crossReduction(java.util.List<java.util.List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes)
From the given nodes it creates a map of NodeLayouts and NodeWrappers
which contains the layers and indexes of the nodes
|
public void crossReduction(java.util.List<java.util.List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes)
SugiyamaLayoutAlgorithm.CrossingReducer
crossReduction
in interface SugiyamaLayoutAlgorithm.CrossingReducer
nodes
- List of nodes needed to be organizedCopyright (c) 2014 itemis AG and others. All rights reserved.