Class SugiyamaLayoutAlgorithm.Builder<V,E,T extends SugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends SugiyamaLayoutAlgorithm.Builder<V,E,T,B>>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T,B>
-
- org.jungrapht.visualization.layout.algorithms.SugiyamaLayoutAlgorithm.Builder<V,E,T,B>
-
- Type Parameters:
V
- the vertex typeE
- the edge typeT
- the type that is builtB
- the builder type
- All Implemented Interfaces:
LayoutAlgorithm.Builder<V,T,B>
- Direct Known Subclasses:
TestSugiyamaLayoutAlgorithm.Builder
- Enclosing class:
- SugiyamaLayoutAlgorithm<V,E>
public static class SugiyamaLayoutAlgorithm.Builder<V,E,T extends SugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>,B extends SugiyamaLayoutAlgorithm.Builder<V,E,T,B>> extends AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,E,T,B> implements LayoutAlgorithm.Builder<V,T,B>
a Builder to create a configured instance
-
-
Field Summary
Fields Modifier and Type Field Description protected int
transposeLimit
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
after, executor, expandLayout, layering, maxLevelCross, maxLevelCrossFunction, postStraighten, separateComponents, straightenEdges, threaded, transpose, vertexBoundsFunction
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
build()
B
transposeLimit(int transposeLimit)
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.AbstractHierarchicalMinCrossLayoutAlgorithm.Builder
after, executor, expandLayout, layering, maxLevelCross, maxLevelCrossFunction, postStraighten, self, separateComponents, straightenEdges, threaded, transpose, vertexBoundsFunction
-
-
-
-
Method Detail
-
transposeLimit
public B transposeLimit(int transposeLimit)
-
build
public T build()
- Specified by:
build
in interfaceLayoutAlgorithm.Builder<V,E,T extends SugiyamaLayoutAlgorithm<V,E> & EdgeAwareLayoutAlgorithm<V,E>>
-
-