Class ClassicPickSupport<V,​E>

  • All Implemented Interfaces:
    edu.uci.ics.jung.algorithms.layout.GraphElementAccessor<V,​E>

    public class ClassicPickSupport<V,​E>
    extends RadiusPickSupport<V,​E>
    implements edu.uci.ics.jung.algorithms.layout.GraphElementAccessor<V,​E>
    PickSupport implementation that emulates the picking behavior of versions of VisualizationViewer prior to version 1.6. (VisualizationViewer still has this behavior by default, but the picking behavior can now be changed.)
    See Also:
    ShapePickSupport
    • Field Summary

      • Fields inherited from class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor

        maxDistance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      E getEdge​(double x, double y)  
      • Methods inherited from class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor

        getVertices
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface edu.uci.ics.jung.algorithms.layout.GraphElementAccessor

        getEdge, getVertex, getVertices
    • Constructor Detail

      • ClassicPickSupport

        public ClassicPickSupport()
    • Method Detail

      • getEdge

        public E getEdge​(double x,
                         double y)
        Returns:
        null ClassicPickSupport does not do edges