Uses of Class
org.jungrapht.visualization.transform.LayoutLensSupport.Builder
-
Packages that use LayoutLensSupport.Builder Package Description org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects. -
-
Uses of LayoutLensSupport.Builder in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type LayoutLensSupport.Builder Modifier and Type Class Description static class
LayoutLensSupport.Builder<V,E,M extends LensGraphMouse,T extends LayoutLensSupport<V,E,M>,B extends LayoutLensSupport.Builder<V,E,M,T,B>>
Methods in org.jungrapht.visualization.transform that return LayoutLensSupport.Builder Modifier and Type Method Description static <V,E,M extends LensGraphMouse>
LayoutLensSupport.Builder<V,E,M,?,?>LayoutLensSupport. builder(VisualizationViewer<V,E> vv)
Constructors in org.jungrapht.visualization.transform with parameters of type LayoutLensSupport.Builder Constructor Description LayoutLensSupport(LayoutLensSupport.Builder<V,E,M,?,?> builder)
-