Class RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends RadialEdgeAwareTreeLayoutAlgorithm<V,E>,B extends RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder<V,T,B>
-
- org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder<V,T,B>
-
- org.jungrapht.visualization.layout.algorithms.TreeLayoutAlgorithm.Builder<V,T,B>
-
- org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>
-
- org.jungrapht.visualization.layout.algorithms.RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>
-
- All Implemented Interfaces:
EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>
,LayoutAlgorithm.Builder<V,T,B>
- Enclosing class:
- RadialEdgeAwareTreeLayoutAlgorithm<V,E>
public static class RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends RadialEdgeAwareTreeLayoutAlgorithm<V,E>,B extends RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>> extends EdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B> implements EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
alignFavoredEdges, edgeComparator, edgePredicate, vertexComparator, vertexPredicate
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
correctOverlap, expandLayout, horizontalVertexSpacing, rootComparator, rootPredicate, vertexBoundsFunction, verticalVertexSpacing
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
after
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
build()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.EdgeAwareTreeLayoutAlgorithm.Builder
alignFavoredEdges, edgeComparator, edgePredicate, self, vertexComparator, vertexPredicate
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.AbstractTreeLayoutAlgorithm.Builder
correctOverlap, expandLayout, horizontalVertexSpacing, rootComparator, rootPredicate, vertexBoundsFunction, verticalVertexSpacing
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.AbstractLayoutAlgorithm.Builder
after
-
-
-
-
Method Detail
-
build
public T build()
Description copied from class:EdgeAwareTreeLayoutAlgorithm.Builder
- Specified by:
build
in interfaceLayoutAlgorithm.Builder<V,E,T extends RadialEdgeAwareTreeLayoutAlgorithm<V,E>>
- Overrides:
build
in classEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T extends RadialEdgeAwareTreeLayoutAlgorithm<V,E>,B extends RadialEdgeAwareTreeLayoutAlgorithm.Builder<V,E,T,B>>
- Returns:
- the Builder with its set parameters
-
-