edu.uci.ics.jung.visualization.picking
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: 
 - GraphElementAccessor<V,E>
 
public class ClassicPickSupport<V,E>
- extends RadiusPickSupport<V,E>
- implements 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.)
- Author:
 
  - Tom Nelson, Joshua O'Madadhain
 
- See Also:
 ShapePickSupport
 
 
 
| 
Method Summary | 
 E | 
getEdge(double x,
        double y)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ClassicPickSupport
public ClassicPickSupport()
getEdge
public E getEdge(double x,
                 double y)
 
- Returns:
 - null ClassicPickSupport does not do edges
 
 
Copyright © 2010 null. All Rights Reserved.