Uses of Class
org.jungrapht.visualization.util.ItemSupport
-
Packages that use ItemSupport 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 ItemSupport in org.jungrapht.visualization.transform
Subclasses of ItemSupport in org.jungrapht.visualization.transform 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. -
Uses of ItemSupport in org.jungrapht.visualization.transform.shape
Subclasses of ItemSupport 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.
-