public class LayoutLensSupport<V,E> extends AbstractLensSupport<V,E> implements LensSupport
AbstractLensSupport.Lens, AbstractLensSupport.LensControls| Modifier and Type | Field and Description |
|---|---|
protected edu.uci.ics.jung.algorithms.layout.GraphElementAccessor<V,E> |
pickSupport |
defaultToolTipText, graphMouse, instructions, lens, lensControls, lensGraphMouse, lensTransformer, vv| Constructor and Description |
|---|
LayoutLensSupport(VisualizationViewer<V,E> vv) |
LayoutLensSupport(VisualizationViewer<V,E> vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse)
create the base class, setting common members and creating
a custom GraphMouse
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
activate, getGraphMouse, getLens, getLensControls, getLensTransformer, setLens, setLensControlsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivate, getGraphMouse, getLensTransformerpublic LayoutLensSupport(VisualizationViewer<V,E> vv)
public LayoutLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
vv - the VisualizationViewer to work onpublic void activate()
activate in interface LensSupportpublic void deactivate()
deactivate in interface LensSupport