Uses of Interface
edu.uci.ics.jung.visualization.transform.LensSupport
-
Packages that use LensSupport Package Description edu.uci.ics.jung.visualization.transform Visualization mechanisms related to transformations, including lens effects.edu.uci.ics.jung.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. -
-
Uses of LensSupport in edu.uci.ics.jung.visualization.transform
Classes in edu.uci.ics.jung.visualization.transform that implement LensSupport Modifier and Type Class Description classAbstractLensSupport<V,E>A class to make it easy to add an examining lens to a jung graph application.classLayoutLensSupport<V,E>A class to make it easy to add an examining lens to a jung graph application. -
Uses of LensSupport in edu.uci.ics.jung.visualization.transform.shape
Classes in edu.uci.ics.jung.visualization.transform.shape that implement LensSupport Modifier and Type Class Description classMagnifyImageLensSupport<V,E>Changes various visualization settings to activate or deactivate an examining lens for a jung graph application.classViewLensSupport<V,E>Uses a LensTransformer to use in the view transform.
-