Uses of Class
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.NodeWrapper
Packages that use SugiyamaLayoutAlgorithm.NodeWrapper
Package
Description
This package provides different implementations of concrete layout
algorithms.
-
Uses of SugiyamaLayoutAlgorithm.NodeWrapper in org.eclipse.gef.layout.algorithms
Methods in org.eclipse.gef.layout.algorithms that return types with arguments of type SugiyamaLayoutAlgorithm.NodeWrapperModifier and TypeMethodDescriptionSugiyamaLayoutAlgorithm.DFSLayerProvider.calculateLayers
(List<org.eclipse.gef.graph.Node> nodeLayouts) SugiyamaLayoutAlgorithm.LayerProvider.calculateLayers
(List<org.eclipse.gef.graph.Node> nodes) Creating layers of the nodes and makes it possible to assign layers to those nodes.SugiyamaLayoutAlgorithm.SimpleLayerProvider.calculateLayers
(List<org.eclipse.gef.graph.Node> nodes) Method parameters in org.eclipse.gef.layout.algorithms with type arguments of type SugiyamaLayoutAlgorithm.NodeWrapperModifier and TypeMethodDescriptionvoid
SugiyamaLayoutAlgorithm.BarycentricCrossingReducer.crossReduction
(List<List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes) void
SugiyamaLayoutAlgorithm.CrossingReducer.crossReduction
(List<List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes) From the given nodes it creates a map of NodeLayouts and NodeWrappers which contains the layers and indexes of the nodesvoid
SugiyamaLayoutAlgorithm.GreedyCrossingReducer.crossReduction
(List<List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes) void
SugiyamaLayoutAlgorithm.SplitCrossingReducer.crossReduction
(List<List<SugiyamaLayoutAlgorithm.NodeWrapper>> nodes)