Uses of Interface
org.jungrapht.visualization.transform.LensSupport
-
Packages that use LensSupport Package Description org.jungrapht.samples.util Sample applications utilitiesorg.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 in org.jungrapht.samples.util
Method parameters in org.jungrapht.samples.util with type arguments of type LensSupport Modifier and Type Method Description static LensControlHelper.Builder
LensControlHelper. builder(Map<String,LensSupport> map)
-
Uses of LensSupport in org.jungrapht.visualization.transform
Classes in org.jungrapht.visualization.transform with type parameters of type LensSupport Modifier and Type Class Description class
LensManager<T extends LensSupport>
Classes in org.jungrapht.visualization.transform that implement LensSupport Modifier and Type Class Description class
AbstractLensSupport<V,E,M extends LensGraphMouse>
A class to make it easy to add an examining lens to a jungrapht graph application.class
LayoutLensSupport<V,E,M extends LensGraphMouse>
A class to make it easy to add an examining lens to a jungrapht graph application.Constructors in org.jungrapht.visualization.transform with parameters of type LensSupport Constructor Description LensManager(T... abstractLensSupport)
-
Uses of LensSupport in org.jungrapht.visualization.transform.shape
Classes in org.jungrapht.visualization.transform.shape that implement LensSupport 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.
-