Uses of Interface
edu.uci.ics.jung.visualization.transform.LensSupport
Packages that use LensSupport
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of LensSupport in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as LensSupportModifier and TypeFieldDescription(package private) LensSupportLensDemo.hyperbolicLayoutSupportprovides a Hyperbolic lens for the model(package private) LensSupportBalloonLayoutDemo.hyperbolicViewSupportprovides a Hyperbolic lens for the view(package private) LensSupportLensDemo.hyperbolicViewSupportprovides a Hyperbolic lens for the view(package private) LensSupportRadialTreeLensDemo.hyperbolicViewSupportprovides a Hyperbolic lens for the view(package private) LensSupportDemoLensVertexImageShaperDemo.magnifyLayoutSupport(package private) LensSupportLensDemo.magnifyLayoutSupportprovides a magnification lens for the model(package private) LensSupportLensVertexImageShaperDemo.magnifyLayoutSupport(package private) LensSupportDemoLensVertexImageShaperDemo.magnifyViewSupport(package private) LensSupportLensDemo.magnifyViewSupportprovides a magnification lens for the view(package private) LensSupportLensVertexImageShaperDemo.magnifyViewSupport(package private) LensSupportDemoLensVertexImageShaperDemo.modelSupport(package private) LensSupportLensVertexImageShaperDemo.modelSupport(package private) LensSupportDemoLensVertexImageShaperDemo.viewSupport(package private) LensSupportLensVertexImageShaperDemo.viewSupport -
Uses of LensSupport in edu.uci.ics.jung.visualization.transform
Classes in edu.uci.ics.jung.visualization.transform that implement LensSupportModifier and TypeClassDescriptionclassAbstractLensSupport<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 LensSupportModifier and TypeClassDescriptionclassChanges 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.