public static class SugiyamaLayoutAlgorithm.SimpleLayerProvider extends java.lang.Object implements SugiyamaLayoutAlgorithm.LayerProvider
Constructor and Description |
---|
SimpleLayerProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<SugiyamaLayoutAlgorithm.NodeWrapper>> |
calculateLayers(java.util.List<INodeLayout> nodes)
Creating layers of the nodes and makes it possible to assign layers
to those nodes.
|
public java.util.List<java.util.List<SugiyamaLayoutAlgorithm.NodeWrapper>> calculateLayers(java.util.List<INodeLayout> nodes)
SugiyamaLayoutAlgorithm.LayerProvider
calculateLayers
in interface SugiyamaLayoutAlgorithm.LayerProvider
nodes
- List of all the nodes that needs to be organizedSugiyamaLayoutAlgorithm.NodeWrapper
sCopyright (c) 2014 itemis AG and others. All rights reserved.