Class AbstractLensSupport<V,​E>

  • All Implemented Interfaces:
    LensSupport
    Direct Known Subclasses:
    LayoutLensSupport, MagnifyImageLensSupport, ViewLensSupport

    public abstract class AbstractLensSupport<V,​E>
    extends java.lang.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.