edu.uci.ics.jung.visualization.transform.shape
Class ViewLensSupport
java.lang.Object
edu.uci.ics.jung.visualization.transform.AbstractLensSupport
edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport
- All Implemented Interfaces:
- LensSupport
public class ViewLensSupport
- extends AbstractLensSupport
- implements LensSupport
Uses a LensTransformer to use in the view
transform. This one will distort Vertex shapes.
- Author:
- Tom Nelson - RABA Technologies
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pluggableRenderer
protected PluggableRenderer pluggableRenderer
transformingPluggableRenderer
protected TransformingPluggableRenderer transformingPluggableRenderer
renderer
protected Renderer renderer
ViewLensSupport
public ViewLensSupport(VisualizationViewer vv)
ViewLensSupport
public ViewLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
activate
public void activate()
- Specified by:
activate
in interface LensSupport
deactivate
public void deactivate()
- Specified by:
deactivate
in interface LensSupport