Uses of Class
org.jungrapht.visualization.layout.util.synthetics.TransformingGraphView.Builder
-
Packages that use TransformingGraphView.Builder Package Description org.jungrapht.visualization.layout.util.synthetics -
-
Uses of TransformingGraphView.Builder in org.jungrapht.visualization.layout.util.synthetics
Classes in org.jungrapht.visualization.layout.util.synthetics with type parameters of type TransformingGraphView.Builder Modifier and Type Class Description static class
TransformingGraphView.Builder<V,W,E,F,T extends TransformingGraphView<V,W,E,F>,B extends TransformingGraphView.Builder<V,W,E,F,T,B>>
builds the TransformGraphView instance with supplied FunctionsMethods in org.jungrapht.visualization.layout.util.synthetics that return TransformingGraphView.Builder Modifier and Type Method Description static <V,W,E,F>
TransformingGraphView.Builder<V,W,E,F,?,?>TransformingGraphView. builder(org.jgrapht.Graph<V,E> graph)
-