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
public class MagnifyImageLensSupport<V,E> extends AbstractLensSupport<V,E>
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
Fields Modifier and Type Field Description protected GraphicsDecoratorlensGraphicsDecoratorprotected GraphElementAccessor<V,E>pickSupportprotected RenderContext<V,E>renderContextprotected Renderer<V,E>rendererprotected Renderer.Edge<V,E>reshapingEdgeRendererprotected Renderer.Edge<V,E>savedEdgeRendererprotected GraphicsDecoratorsavedGraphicsDecoratorprotected Renderer<V,E>transformingRenderer-
Fields inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
defaultToolTipText, graphMouse, lens, lensControls, lensGraphMouse, lensTransformer, vv
-
-
Constructor Summary
Constructors Constructor Description MagnifyImageLensSupport(VisualizationViewer<V,E> vv)MagnifyImageLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()voiddeactivate()-
Methods inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
activate, getGraphMouse, getLens, getLensControls, getLensTransformer, setLens, setLensControls
-
-
-
-
Field Detail
-
renderContext
protected RenderContext<V,E> renderContext
-
lensGraphicsDecorator
protected GraphicsDecorator lensGraphicsDecorator
-
savedGraphicsDecorator
protected GraphicsDecorator savedGraphicsDecorator
-
pickSupport
protected GraphElementAccessor<V,E> pickSupport
-
savedEdgeRenderer
protected Renderer.Edge<V,E> savedEdgeRenderer
-
reshapingEdgeRenderer
protected Renderer.Edge<V,E> reshapingEdgeRenderer
-
-
Constructor Detail
-
MagnifyImageLensSupport
public MagnifyImageLensSupport(VisualizationViewer<V,E> vv)
-
MagnifyImageLensSupport
public MagnifyImageLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
-
-