Interface EdgeAwareLayoutAlgorithm.Builder<V,E,T extends EdgeAwareLayoutAlgorithm<V,E>,B extends EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>>
-
- All Superinterfaces:
LayoutAlgorithm.Builder<V,T,B>
- All Known Implementing Classes:
EdgeAwareTreeLayoutAlgorithm.Builder
,MultiRowEdgeAwareTreeLayoutAlgorithm.Builder
,RadialEdgeAwareTreeLayoutAlgorithm.Builder
,TidierRadialTreeLayoutAlgorithm.Builder
,TidierTreeLayoutAlgorithm.Builder
- Enclosing interface:
- EdgeAwareLayoutAlgorithm<V,E>
public static interface EdgeAwareLayoutAlgorithm.Builder<V,E,T extends EdgeAwareLayoutAlgorithm<V,E>,B extends EdgeAwareLayoutAlgorithm.Builder<V,E,T,B>> extends LayoutAlgorithm.Builder<V,T,B>
-
-
Method Summary
-
Methods inherited from interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm.Builder
build
-
-