Class LayoutLensSupport<V,​E>

  • All Implemented Interfaces:
    LensSupport

    public class LayoutLensSupport<V,​E>
    extends AbstractLensSupport<V,​E>
    implements LensSupport
    A class to make it easy to add an examining lens to a jung graph application. See HyperbolicTransformerDemo for an example of how to use it.
    Author:
    Tom Nelson