Uses of Class
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.Direction
-
Packages that use SugiyamaLayoutAlgorithm.Direction Package Description org.eclipse.gef.layout.algorithms 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.Direction Modifier and Type Method Description static SugiyamaLayoutAlgorithm.Direction
SugiyamaLayoutAlgorithm.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SugiyamaLayoutAlgorithm.Direction[]
SugiyamaLayoutAlgorithm.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-