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