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, setLensControls
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activate, getGraphMouse, getLensTransformer
public 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 LensSupport
public void deactivate()
deactivate
in interface LensSupport