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