Uses of Interface
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.CrossingReducer
Packages that use SugiyamaLayoutAlgorithm.CrossingReducer
Package
Description
This package provides different implementations of concrete layout
algorithms.
-
Uses of SugiyamaLayoutAlgorithm.CrossingReducer in org.eclipse.gef.layout.algorithms
Classes in org.eclipse.gef.layout.algorithms that implement SugiyamaLayoutAlgorithm.CrossingReducerModifier and TypeClassDescriptionstatic class
static class
Implemented the CrossingReducer interface.static class
Implements the CrossingReducer interface.Constructors in org.eclipse.gef.layout.algorithms with parameters of type SugiyamaLayoutAlgorithm.CrossingReducerModifierConstructorDescriptionSugiyamaLayoutAlgorithm
(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.CrossingReducer crossing) Constructs a newSugiyamaLayoutAlgorithm
with the givenSugiyamaLayoutAlgorithm.Direction
, andSugiyamaLayoutAlgorithm.CrossingReducer
.SugiyamaLayoutAlgorithm
(SugiyamaLayoutAlgorithm.Direction dir, SugiyamaLayoutAlgorithm.LayerProvider layerProvider, SugiyamaLayoutAlgorithm.CrossingReducer crossing) Constructs a newSugiyamaLayoutAlgorithm
with the givenSugiyamaLayoutAlgorithm.Direction
,SugiyamaLayoutAlgorithm.LayerProvider
, andSugiyamaLayoutAlgorithm.CrossingReducer
.