Uses of Interface
org.jungrapht.visualization.transform.LensSupport.Builder
-
Packages that use LensSupport.Builder Package Description org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of LensSupport.Builder in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type LensSupport.Builder Modifier and Type Interface Description static interface
LensSupport.Builder<M extends LensGraphMouse,B extends LensSupport.Builder<M,B>>
Classes in org.jungrapht.visualization.transform that implement LensSupport.Builder Modifier and Type Class Description static class
AbstractLensSupport.Builder<V,E,M extends LensGraphMouse,T extends AbstractLensSupport<V,E,M>,B extends AbstractLensSupport.Builder<V,E,M,T,B>>
static class
LayoutLensSupport.Builder<V,E,M extends LensGraphMouse,T extends LayoutLensSupport<V,E,M>,B extends LayoutLensSupport.Builder<V,E,M,T,B>>
-
Uses of LensSupport.Builder in org.jungrapht.visualization.transform.shape
Classes in org.jungrapht.visualization.transform.shape that implement LensSupport.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>>
static class
ViewLensSupport.Builder<V,E,M extends LensGraphMouse,T extends ViewLensSupport<V,E,M>,B extends ViewLensSupport.Builder<V,E,M,T,B>>
-