Uses of Interface
org.jungrapht.visualization.layout.algorithms.util.LayeredRunnable
-
Packages that use LayeredRunnable Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.visualization.layout.algorithms Support for graph layout algorithmsorg.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama -
-
Uses of LayeredRunnable in org.jungrapht.samples.sugiyama.test.algorithms
Classes in org.jungrapht.samples.sugiyama.test.algorithms that implement LayeredRunnable Modifier and Type Class Description class
TestEiglspergerRunnable<V,E>
class
TestSugiyamaRunnable<V,E>
-
Uses of LayeredRunnable in org.jungrapht.visualization.layout.algorithms
Fields in org.jungrapht.visualization.layout.algorithms with type parameters of type LayeredRunnable Modifier and Type Field Description protected Set<LayeredRunnable<E>>
AbstractHierarchicalMinCrossLayoutAlgorithm. runnables
Methods in org.jungrapht.visualization.layout.algorithms that return LayeredRunnable Modifier and Type Method Description protected abstract LayeredRunnable<E>
AbstractHierarchicalMinCrossLayoutAlgorithm. getRunnable(int componentCount, LayoutModel<V> componentLayoutModel)
protected LayeredRunnable<E>
EiglspergerLayoutAlgorithm. getRunnable(int componentCount, LayoutModel<V> componentLayoutModel)
protected LayeredRunnable<E>
HierarchicalMinCrossLayoutAlgorithm. getRunnable(int componentCount, LayoutModel<V> componentLayoutModel)
protected LayeredRunnable<E>
SugiyamaLayoutAlgorithm. getRunnable(int componentCount, LayoutModel<V> componentLayoutModel)
-
Uses of LayeredRunnable in org.jungrapht.visualization.layout.algorithms.eiglsperger
Classes in org.jungrapht.visualization.layout.algorithms.eiglsperger that implement LayeredRunnable Modifier and Type Class Description class
EiglspergerRunnable<V,E>
-
Uses of LayeredRunnable in org.jungrapht.visualization.layout.algorithms.sugiyama
Classes in org.jungrapht.visualization.layout.algorithms.sugiyama that implement LayeredRunnable Modifier and Type Class Description class
SugiyamaRunnable<V,E>
Runnable
part of theSugiyamaLayoutAlgorithm
The Sugiyama Hierarchical Minimum-Cross layout algorithm
-