Package org.jungrapht.samples.util
Class LayoutFunction.Layout<V>
- java.lang.Object
-
- org.jungrapht.samples.util.LayoutFunction.Layout<V>
-
- Enclosing class:
- LayoutFunction<V>
public static class LayoutFunction.Layout<V> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description LayoutAlgorithm.Builder<V,LayoutAlgorithm<V>,?>
builder
String
name
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> LayoutFunction.Layout
of(String name, LayoutAlgorithm.Builder<V,?,?> builder)
-
-
-
Field Detail
-
name
public final String name
-
builder
public final LayoutAlgorithm.Builder<V,LayoutAlgorithm<V>,?> builder
-
-
Method Detail
-
of
public static <V> LayoutFunction.Layout of(String name, LayoutAlgorithm.Builder<V,?,?> builder)
-
-