Uses of Enum Class
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.Direction
Packages that use SugiyamaLayoutAlgorithm.Direction
Package
Description
This package provides different implementations of concrete layout
algorithms.
-
Uses of SugiyamaLayoutAlgorithm.Direction in org.eclipse.gef.layout.algorithms
Methods in org.eclipse.gef.layout.algorithms that return SugiyamaLayoutAlgorithm.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SugiyamaLayoutAlgorithm.Direction[]
SugiyamaLayoutAlgorithm.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.gef.layout.algorithms with parameters of type SugiyamaLayoutAlgorithm.DirectionModifierConstructorDescriptionConstructs a newSugiyamaLayoutAlgorithm
with the givenSugiyamaLayoutAlgorithm.Direction
.Constructs a newSugiyamaLayoutAlgorithm
with the givenSugiyamaLayoutAlgorithm.Direction
, and the given dimension.SugiyamaLayoutAlgorithm
(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) 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
.