Uses of Class
org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm
-
Packages that use SugiyamaLayoutAlgorithm Package Description org.jungrapht.samples.sugiyama.test.algorithms org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of SugiyamaLayoutAlgorithm in org.jungrapht.samples.sugiyama.test.algorithms
Subclasses of SugiyamaLayoutAlgorithm in org.jungrapht.samples.sugiyama.test.algorithms Modifier and Type Class Description class
TestSugiyamaLayoutAlgorithm<V,E>
Test only, as this class is hard-coded for a specific test graph -
Uses of SugiyamaLayoutAlgorithm in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type SugiyamaLayoutAlgorithm Modifier and Type Class Description static class
SugiyamaLayoutAlgorithm.Builder<V,E,T extends SugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends SugiyamaLayoutAlgorithm.Builder<V,E,T,B>>
a Builder to create a configured instance
-