edu.uci.ics.jung.algorithms.layout3d
Interface GraphElementAccessor<V,E>
- All Known Implementing Classes: 
 - RadiusGraphElementAccessor
 
public interface GraphElementAccessor<V,E>
Interface for coordinate-based selection of graph components.
- Author:
 
  - Tom Nelson, Joshua O'Madadhain
 
| 
Method Summary | 
 V | 
getVertex(Layout<V,E> layout,
          javax.vecmath.Point3f p)
 
          Returns a Vertex which is associated with the 
 location (x,y). | 
 
getVertex
V getVertex(Layout<V,E> layout,
            javax.vecmath.Point3f p)
- Returns a 
Vertex which is associated with the 
 location (x,y).  This is typically determined
 with respect to the Vertex's location as specified
 by a Layout.
 
 
Copyright © 2010 null. All Rights Reserved.