Class AbstractLensSupport<V,E>

java.lang.Object
edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
All Implemented Interfaces:
LensSupport
Direct Known Subclasses:
LayoutLensSupport, MagnifyImageLensSupport, ViewLensSupport

public abstract class AbstractLensSupport<V,E> extends Object implements LensSupport
A class to make it easy to add an examining lens to a jung graph application. See HyperbolicTransformerDemo, ViewLensSupport and LayoutLensSupport for examples of how to use it.