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

Packages that use SettableVertexLocationFunction
edu.uci.ics.jung.io Provides a set of graph file format interpreters for loading graphs from disk. 
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.control   
 

Uses of SettableVertexLocationFunction in edu.uci.ics.jung.io
 

Fields in edu.uci.ics.jung.io declared as SettableVertexLocationFunction
protected  SettableVertexLocationFunction PajekNetReader.v_locations
           
 

Constructors in edu.uci.ics.jung.io with parameters of type SettableVertexLocationFunction
PajekNetReader(boolean unique_labels, SettableVertexLocationFunction v_locations)
          Creates a PajekNetReader with the specified labeling behavior and location assignment behavior.
 

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

Classes in edu.uci.ics.jung.visualization that implement SettableVertexLocationFunction
 class DefaultSettableVertexLocationFunction
          A Map-based implementation of SettableVertexLocationFunction.
 

Uses of SettableVertexLocationFunction in edu.uci.ics.jung.visualization.control
 

Methods in edu.uci.ics.jung.visualization.control with parameters of type SettableVertexLocationFunction
 void EditingGraphMousePlugin.setVertexLocations(SettableVertexLocationFunction vertexLocations)
          sets the vertex locations.
 void EditingModalGraphMouse.setVertexLocations(SettableVertexLocationFunction vertexLocations)
           
 

Constructors in edu.uci.ics.jung.visualization.control with parameters of type SettableVertexLocationFunction
EditingPopupGraphMousePlugin(SettableVertexLocationFunction vertexLocations)