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.
    • Field Detail

      • pickSupport

        protected edu.uci.ics.jung.algorithms.layout.GraphElementAccessor<V,​E> pickSupport
    • Constructor Detail

      • LayoutLensSupport

        public LayoutLensSupport​(VisualizationViewer<V,​E> vv,
                                 LensTransformer lensTransformer,
                                 ModalGraphMouse lensGraphMouse)
        create the base class, setting common members and creating a custom GraphMouse
        Parameters:
        vv - the VisualizationViewer to work on