Uses of Interface
edu.uci.ics.jung.visualization.GraphElementAccessor

Packages that use GraphElementAccessor
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
 

Uses of GraphElementAccessor in edu.uci.ics.jung.visualization
 

Subinterfaces of GraphElementAccessor in edu.uci.ics.jung.visualization
 interface PickSupport
          Interface to adapt coordinate-based selection of graph components to their display component
 

Classes in edu.uci.ics.jung.visualization that implement GraphElementAccessor
 class RadiusGraphElementAccessor
          Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
 class RadiusPickSupport
          Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
 class ShapePickSupport
          ShapePickSupport provides access to Vertices and Edges based on their actual shapes.
 

Fields in edu.uci.ics.jung.visualization declared as GraphElementAccessor
protected  GraphElementAccessor ISOMLayout.elementAccessor