Class ViewLensSupport<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport<V,E>
- All Implemented Interfaces:
LensSupport
Uses a LensTransformer to use in the view
transform. This one will distort Vertex shapes.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractLensSupport
AbstractLensSupport.Lens, AbstractLensSupport.LensControls -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GraphicsDecoratorprotected GraphElementAccessor<V, E> protected RenderContext<V, E> protected Renderer.Edge<V, E> protected Renderer.Edge<V, E> protected GraphicsDecoratorFields inherited from class AbstractLensSupport
defaultToolTipText, graphMouse, instructions, lens, lensControls, lensGraphMouse, lensTransformer, vv -
Constructor Summary
ConstructorsConstructorDescriptionViewLensSupport(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse) -
Method Summary
Methods inherited from class AbstractLensSupport
activate, getGraphMouse, getLens, getLensControls, getLensTransformer, setLens, setLensControlsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LensSupport
activate, getGraphMouse, getLensTransformer
-
Field Details
-
renderContext
-
lensGraphicsDecorator
-
savedGraphicsDecorator
-
pickSupport
-
savedEdgeRenderer
-
reshapingEdgeRenderer
-
-
Constructor Details
-
ViewLensSupport
public ViewLensSupport(VisualizationViewer<V, E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
-
-
Method Details
-
activate
public void activate()- Specified by:
activatein interfaceLensSupport
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceLensSupport
-