Uses of Interface
org.eclipse.gef.layout.algorithms.SugiyamaLayoutAlgorithm.LayerProvider
-
Packages that use SugiyamaLayoutAlgorithm.LayerProvider Package Description org.eclipse.gef.layout.algorithms 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.LayerProvider Modifier and Type Class Description static class
SugiyamaLayoutAlgorithm.DFSLayerProvider
Processing the nodes based on depth first search and creating a list of layersstatic class
SugiyamaLayoutAlgorithm.SimpleLayerProvider
-