Class SugiyamaLayoutAlgorithm.BarycentricCrossingReducer
java.lang.Object
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.BarycentricCrossingReducer
- All Implemented Interfaces:
SugiyamaLayoutAlgorithm.CrossingReducer
- Enclosing class:
- SugiyamaLayoutAlgorithm
public static class SugiyamaLayoutAlgorithm.BarycentricCrossingReducer
extends Object
implements SugiyamaLayoutAlgorithm.CrossingReducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
From the given nodes it creates a map of NodeLayouts and NodeWrappers which contains the layers and indexes of the nodes
-
Constructor Details
-
BarycentricCrossingReducer
public BarycentricCrossingReducer()
-
-
Method Details
-
crossReduction
Description copied from interface:SugiyamaLayoutAlgorithm.CrossingReducer
From the given nodes it creates a map of NodeLayouts and NodeWrappers which contains the layers and indexes of the nodes- Specified by:
crossReduction
in interfaceSugiyamaLayoutAlgorithm.CrossingReducer
- Parameters:
nodes
- List of nodes needed to be organized
-