Uses of Class
org.jungrapht.samples.util.TreeLayoutSelector.Builder
-
Packages that use TreeLayoutSelector.Builder Package Description org.jungrapht.samples.util Sample applications utilities -
-
Uses of TreeLayoutSelector.Builder in org.jungrapht.samples.util
Methods in org.jungrapht.samples.util that return TreeLayoutSelector.Builder Modifier and Type Method Description TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. after(Runnable after)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. alignFavoredEdges(boolean alignFavoredEdges)
static <V,E>
TreeLayoutSelector.Builder<V,E>TreeLayoutSelector. builder(VisualizationServer visualizationServer)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. edgeComparator(Comparator<E> edgeComparator)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. edgePredicate(Predicate<E> edgePredicate)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. initialSelection(int intialialSelection)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. vertexComparator(Comparator<V> vertexComparator)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. vertexPredicate(Predicate<V> vertexPredicate)
TreeLayoutSelector.Builder
TreeLayoutSelector.Builder. vertexShapeFunction(Function<V,Shape> vertexShapeFunction)
-