Uses of Interface
edu.uci.ics.jung.visualization.transform.LensSupport
-
Packages that use LensSupport Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.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.samples
Fields in edu.uci.ics.jung.samples declared as LensSupport Modifier and Type Field Description (package private) LensSupport
LensDemo. hyperbolicLayoutSupport
provides a Hyperbolic lens for the model(package private) LensSupport
BalloonLayoutDemo. hyperbolicViewSupport
provides a Hyperbolic lens for the view(package private) LensSupport
LensDemo. hyperbolicViewSupport
provides a Hyperbolic lens for the view(package private) LensSupport
RadialTreeLensDemo. hyperbolicViewSupport
provides a Hyperbolic lens for the view(package private) LensSupport
DemoLensVertexImageShaperDemo. magnifyLayoutSupport
(package private) LensSupport
LensDemo. magnifyLayoutSupport
provides a magnification lens for the model(package private) LensSupport
LensVertexImageShaperDemo. magnifyLayoutSupport
(package private) LensSupport
DemoLensVertexImageShaperDemo. magnifyViewSupport
(package private) LensSupport
LensDemo. magnifyViewSupport
provides a magnification lens for the view(package private) LensSupport
LensVertexImageShaperDemo. magnifyViewSupport
(package private) LensSupport
DemoLensVertexImageShaperDemo. modelSupport
(package private) LensSupport
LensVertexImageShaperDemo. modelSupport
(package private) LensSupport
DemoLensVertexImageShaperDemo. viewSupport
(package private) LensSupport
LensVertexImageShaperDemo. viewSupport
-
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 class
AbstractLensSupport<V,E>
A class to make it easy to add an examining lens to a jung graph application.class
LayoutLensSupport<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 class
MagnifyImageLensSupport<V,E>
Changes various visualization settings to activate or deactivate an examining lens for a jung graph application.class
ViewLensSupport<V,E>
Uses a LensTransformer to use in the view transform.
-