edu.uci.ics.jung.visualization
Interface SettableVertexLocationFunction

All Superinterfaces:
VertexLocationFunction
All Known Implementing Classes:
DefaultSettableVertexLocationFunction

public interface SettableVertexLocationFunction
extends VertexLocationFunction

An extension of VertexLocationFunction that provides a means to alter the location for a ArchetypeVertex.

Author:
Joshua O'Madadhain

Method Summary
 void setLocation(ArchetypeVertex v, Point2D location)
           
 
Methods inherited from interface edu.uci.ics.jung.visualization.VertexLocationFunction
getLocation, getVertexIterator
 

Method Detail

setLocation

void setLocation(ArchetypeVertex v,
                 Point2D location)