edu.uci.ics.jung.visualization.transform.shape
Class ViewLensSupport<V,E>

java.lang.Object
  extended by edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
      extended by edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport<V,E>
All Implemented Interfaces:
LensSupport

public class ViewLensSupport<V,E>
extends AbstractLensSupport<V,E>
implements LensSupport

Uses a LensTransformer to use in the view transform. This one will distort Vertex shapes.

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
protected  GraphicsDecorator lensGraphicsDecorator
           
protected  GraphElementAccessor<V,E> pickSupport
           
protected  RenderContext<V,E> renderContext
           
protected  Renderer.Edge<V,E> reshapingEdgeRenderer
           
protected  Renderer.Edge<V,E> savedEdgeRenderer
           
protected  GraphicsDecorator savedGraphicsDecorator
           
 
Fields inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
defaultToolTipText, graphMouse, instructions, lens, lensControls, lensGraphMouse, lensTransformer, vv
 
Constructor Summary
ViewLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
           
 
Method Summary
 void activate()
           
 void deactivate()
           
 
Methods inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
activate, getGraphMouse, getLens, getLensControls, getLensTransformer, setLens, setLensControls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.uci.ics.jung.visualization.transform.LensSupport
activate, getGraphMouse, getLensTransformer
 

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

ViewLensSupport

public ViewLensSupport(VisualizationViewer<V,E> vv,
                       LensTransformer lensTransformer,
                       ModalGraphMouse lensGraphMouse)
Method Detail

activate

public void activate()
Specified by:
activate in interface LensSupport

deactivate

public void deactivate()
Specified by:
deactivate in interface LensSupport


Copyright © 2009. All Rights Reserved.