edu.uci.ics.jung.visualization
Interface PickSupport

All Superinterfaces:
GraphElementAccessor
All Known Implementing Classes:
RadiusPickSupport, ShapePickSupport

public interface PickSupport
extends GraphElementAccessor

Interface to adapt coordinate-based selection of graph components to their display component

Author:
Tom Nelson

Method Summary
 void setHasGraphLayout(HasGraphLayout vv)
           
 
Methods inherited from interface edu.uci.ics.jung.visualization.GraphElementAccessor
getEdge, getVertex, setLayout
 

Method Detail

setHasGraphLayout

void setHasGraphLayout(HasGraphLayout vv)