edu.uci.ics.jung.visualization.transform.shape
Class ViewLensSupport<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
-
- edu.uci.ics.jung.visualization.transform.shape.ViewLensSupport<V,E>
-
- All Implemented Interfaces:
- LensSupport
public class ViewLensSupport<V,E> extends AbstractLensSupport<V,E> implements LensSupport
Uses a LensTransformer to use in the view transform. This one will distort Vertex shapes.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
AbstractLensSupport.Lens, AbstractLensSupport.LensControls
-
-
Constructor Summary
Constructors Constructor and Description ViewLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidactivate()voiddeactivate()-
Methods inherited from class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
activate, getGraphMouse, getLens, getLensControls, getLensTransformer, setLens, setLensControls
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.uci.ics.jung.visualization.transform.LensSupport
activate, getGraphMouse, getLensTransformer
-
-
-
-
Constructor Detail
-
ViewLensSupport
public ViewLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
-
-
Method Detail
-
activate
public void activate()
- Specified by:
activatein interfaceLensSupport
-
deactivate
public void deactivate()
- Specified by:
deactivatein interfaceLensSupport
-
-
DataMelt 3.0 © DataMelt by jWork.ORG