Uses of Class
org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder
-
Packages that use InitialDimensionFunction.Builder Package Description org.jungrapht.visualization.layout.algorithms.util -
-
Uses of InitialDimensionFunction.Builder in org.jungrapht.visualization.layout.algorithms.util
Classes in org.jungrapht.visualization.layout.algorithms.util with type parameters of type InitialDimensionFunction.Builder Modifier and Type Class Description static class
InitialDimensionFunction.Builder<V,T extends InitialDimensionFunction<V>,B extends InitialDimensionFunction.Builder<V,T,B>>
Methods in org.jungrapht.visualization.layout.algorithms.util that return InitialDimensionFunction.Builder Modifier and Type Method Description static <V> InitialDimensionFunction.Builder<V,?,?>
InitialDimensionFunction. builder()
static <V> InitialDimensionFunction.Builder<V,?,?>
InitialDimensionFunction. builder(Function<V,Rectangle> vertexShapeFunction)
-