Class LayoutLensSupport<V,E>

java.lang.Object
edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
edu.uci.ics.jung.visualization.transform.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 Details

  • Constructor Details

    • LayoutLensSupport

      public LayoutLensSupport(VisualizationViewer<V,E> vv)
    • LayoutLensSupport

      public LayoutLensSupport(VisualizationViewer<V,E> vv, LensTransformer lensTransformer, ModalGraphMouse lensGraphMouse)
      Create an instance with the specified parameters.
      Parameters:
      vv - the visualization viewer used for rendering
      lensTransformer - the lens transformer to use
      lensGraphMouse - the lens input handler
  • Method Details