edu.uci.ics.jung.visualization.transform
Class LayoutLensSupport
java.lang.Object
edu.uci.ics.jung.visualization.transform.AbstractLensSupport
edu.uci.ics.jung.visualization.transform.LayoutLensSupport
- All Implemented Interfaces:
- LensSupport
public class LayoutLensSupport
- extends AbstractLensSupport
- implements LensSupport
A class to make it easy to add an
examining lens to a jung graph application. See HyperbolicTransformerDemo
for an example of how to use it.
- Author:
- Tom Nelson - RABA Technologies
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutLensSupport
public LayoutLensSupport(VisualizationViewer vv)
LayoutLensSupport
public LayoutLensSupport(VisualizationViewer vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
- create the base class, setting common members and creating
a custom GraphMouse
- Parameters:
vv
- the VisualizationViewer to work on
activate
public void activate()
- Specified by:
activate
in interface LensSupport
deactivate
public void deactivate()
- Specified by:
deactivate
in interface LensSupport