Class LayoutLensSupport<V,​E,​M extends LensGraphMouse>

  • Type Parameters:
    V - vertex type
    E - edge type
    M - LensGraphMouse type
    All Implemented Interfaces:
    ItemSelectable, LensSupport<M>

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