public class LayoutLensSupport<V,E> extends AbstractLensSupport<V,E> implements LensSupport
AbstractLensSupport.Lens, AbstractLensSupport.LensControls| Modifier and Type | Field and Description |
|---|---|
protected 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 an instance with the specified parameters.
|
| 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, getLensTransformerprotected GraphElementAccessor<V,E> pickSupport
public LayoutLensSupport(VisualizationViewer<V,E> vv)
public LayoutLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
vv - the visualization viewer used for renderinglensTransformer - the lens transformer to uselensGraphMouse - the lens input handlerpublic void activate()
activate in interface LensSupportpublic void deactivate()
deactivate in interface LensSupportCopyright © 2016. All rights reserved.