Class InitialDimensionFunction.Builder<V,T extends InitialDimensionFunction<V>,B extends InitialDimensionFunction.Builder<V,T,B>>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.util.InitialDimensionFunction.Builder<V,T,B>
-
- Enclosing class:
- InitialDimensionFunction<V>
public static class InitialDimensionFunction.Builder<V,T extends InitialDimensionFunction<V>,B extends InitialDimensionFunction.Builder<V,T,B>> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Function<V,Rectangle>
vertexShapeFunction
protected float
weight
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
build()
B
vertexShapeFunction(Function<V,Rectangle> vertexShapeFunction)
B
weight(float weight)
-