Class MagnifyImageLensSupport<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
edu.uci.ics.jung.visualization.transform.shape.MagnifyImageLensSupport<V,E>
- All Implemented Interfaces:
LensSupport
Changes various visualization settings to activate or deactivate an
examining lens for a jung graph application.
- Author:
- Tom Nelson
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
AbstractLensSupport.Lens, AbstractLensSupport.LensControls
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GraphicsDecorator
protected GraphElementAccessor<V,
E> protected RenderContext<V,
E> protected Renderer.Edge<V,
E> protected Renderer.Edge<V,
E> protected GraphicsDecorator
Fields inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
defaultToolTipText, graphMouse, lens, lensControls, lensGraphMouse, lensTransformer, vv
-
Constructor Summary
ConstructorsConstructorDescriptionMagnifyImageLensSupport
(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse) -
Method Summary
Methods inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
activate, getGraphMouse, getLens, getLensControls, getLensTransformer, setLens, setLensControls
-
Field Details
-
renderContext
-
lensGraphicsDecorator
-
savedGraphicsDecorator
-
renderer
-
transformingRenderer
-
pickSupport
-
savedEdgeRenderer
-
reshapingEdgeRenderer
-
-
Constructor Details
-
MagnifyImageLensSupport
-
MagnifyImageLensSupport
public MagnifyImageLensSupport(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
-
-
Method Details
-
activate
public void activate() -
deactivate
public void deactivate()
-