Uses of Interface
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.LayerProvider
Packages that use SugiyamaLayoutAlgorithm.LayerProvider
Package
Description
This package provides different implementations of concrete layout
algorithms.
-
Uses of SugiyamaLayoutAlgorithm.LayerProvider in org.eclipse.gef.layout.algorithms
Classes in org.eclipse.gef.layout.algorithms that implement SugiyamaLayoutAlgorithm.LayerProviderModifier and TypeClassDescriptionstatic class
Processing the nodes based on depth first search and creating a list of layersstatic class
Constructors in org.eclipse.gef.layout.algorithms with parameters of type SugiyamaLayoutAlgorithm.LayerProviderModifierConstructorDescriptionSugiyamaLayoutAlgorithm
(SugiyamaLayoutAlgorithm.Direction dir, Dimension dim, SugiyamaLayoutAlgorithm.LayerProvider layering, SugiyamaLayoutAlgorithm.CrossingReducer crossing) Constructs a tree-like, layered layout of a directed graph.SugiyamaLayoutAlgorithm
(SugiyamaLayoutAlgorithm.Direction dir, SugiyamaLayoutAlgorithm.LayerProvider layerProvider) Constructs a newSugiyamaLayoutAlgorithm
with the givenSugiyamaLayoutAlgorithm.Direction
,SugiyamaLayoutAlgorithm.LayerProvider
, and aSugiyamaLayoutAlgorithm.BarycentricCrossingReducer
.SugiyamaLayoutAlgorithm
(SugiyamaLayoutAlgorithm.Direction dir, SugiyamaLayoutAlgorithm.LayerProvider layerProvider, SugiyamaLayoutAlgorithm.CrossingReducer crossing) Constructs a newSugiyamaLayoutAlgorithm
with the givenSugiyamaLayoutAlgorithm.Direction
,SugiyamaLayoutAlgorithm.LayerProvider
, andSugiyamaLayoutAlgorithm.CrossingReducer
.