Uses of Class
org.jungrapht.visualization.transform.AbstractLensSupport
-
Packages that use AbstractLensSupport 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 AbstractLensSupport in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type AbstractLensSupport 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>>
Subclasses of AbstractLensSupport in org.jungrapht.visualization.transform Modifier and Type Class Description class
LayoutLensSupport<V,E,M extends LensGraphMouse>
A class to make it easy to add an examining lens to a jungrapht graph application. -
Uses of AbstractLensSupport in org.jungrapht.visualization.transform.shape
Subclasses of AbstractLensSupport in org.jungrapht.visualization.transform.shape Modifier and Type Class Description class
MagnifyImageLensSupport<V,E,M extends LensGraphMouse>
Changes various visualization settings to activate or deactivate an examining lens for a graph visualization.class
ViewLensSupport<V,E,M extends LensGraphMouse>
Uses a LensTransformer to use in the view transform.
-