public class ViewLensSupport<V,E> extends AbstractLensSupport<V,E> implements LensSupport
AbstractLensSupport.Lens, AbstractLensSupport.LensControls| Modifier and Type | Field and Description |
|---|---|
protected GraphicsDecorator |
lensGraphicsDecorator |
protected GraphElementAccessor<V,E> |
pickSupport |
protected RenderContext<V,E> |
renderContext |
protected Renderer.Edge<V,E> |
reshapingEdgeRenderer |
protected Renderer.Edge<V,E> |
savedEdgeRenderer |
protected GraphicsDecorator |
savedGraphicsDecorator |
defaultToolTipText, graphMouse, instructions, lens, lensControls, lensGraphMouse, lensTransformer, vv| Constructor and Description |
|---|
ViewLensSupport(VisualizationViewer<V,E> vv,
LensTransformer lensTransformer,
ModalGraphMouse lensGraphMouse) |
| 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 RenderContext<V,E> renderContext
protected GraphicsDecorator lensGraphicsDecorator
protected GraphicsDecorator savedGraphicsDecorator
protected GraphElementAccessor<V,E> pickSupport
protected Renderer.Edge<V,E> savedEdgeRenderer
protected Renderer.Edge<V,E> reshapingEdgeRenderer
public ViewLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
public void activate()
activate in interface LensSupportpublic void deactivate()
deactivate in interface LensSupportCopyright © 2016. All rights reserved.