Uses of Class
org.jungrapht.visualization.layout.algorithms.TidierTreeLayoutAlgorithm.Builder
-
Packages that use TidierTreeLayoutAlgorithm.Builder Package Description org.jungrapht.visualization.layout.algorithms Support for graph layout algorithms -
-
Uses of TidierTreeLayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms
Classes in org.jungrapht.visualization.layout.algorithms with type parameters of type TidierTreeLayoutAlgorithm.Builder Modifier and Type Class Description static class
TidierTreeLayoutAlgorithm.Builder<V,E,T extends TidierTreeLayoutAlgorithm<V,E>,B extends TidierTreeLayoutAlgorithm.Builder<V,E,T,B>>
a Builder to create a configured instance of an AnotherTreeLayoutAlgorithmSubclasses of TidierTreeLayoutAlgorithm.Builder in org.jungrapht.visualization.layout.algorithms Modifier and Type Class Description static class
TidierRadialTreeLayoutAlgorithm.Builder<V,E,T extends TidierRadialTreeLayoutAlgorithm<V,E>,B extends TidierRadialTreeLayoutAlgorithm.Builder<V,E,T,B>>
Methods in org.jungrapht.visualization.layout.algorithms that return TidierTreeLayoutAlgorithm.Builder Modifier and Type Method Description static <V,E>
TidierTreeLayoutAlgorithm.Builder<V,E,?,?>TidierTreeLayoutAlgorithm. edgeAwareBuilder()
Constructors in org.jungrapht.visualization.layout.algorithms with parameters of type TidierTreeLayoutAlgorithm.Builder Constructor Description TidierTreeLayoutAlgorithm(TidierTreeLayoutAlgorithm.Builder<V,E,?,?> builder)
-