Class ClassicPickSupport<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor<V,E>
-
- edu.uci.ics.jung.visualization.picking.RadiusPickSupport<V,E>
-
- edu.uci.ics.jung.visualization.picking.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 ofVisualizationViewer
prior to version 1.6. (VisualizationViewer
still has this behavior by default, but the picking behavior can now be changed.)- See Also:
ShapePickSupport
-
-
Constructor Summary
Constructors Constructor Description ClassicPickSupport()
-
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.visualization.picking.RadiusPickSupport
getEdge, getEdge, getVertex, getVertex
-
Methods inherited from class edu.uci.ics.jung.algorithms.layout.RadiusGraphElementAccessor
getVertices
-
-
-
-
Method Detail
-
getEdge
public E getEdge(double x, double y)
- Returns:
- null ClassicPickSupport does not do edges
-
-