edu.uci.ics.jung.visualization
Interface VertexLocationFunction

All Known Subinterfaces:
Layout, LayoutMutable, PersistentLayout, SettableVertexLocationFunction
All Known Implementing Classes:
AbstractLayout, AestheticSpringVisualizer, CircleLayout, CircleLayout, DAGLayout, DefaultSettableVertexLocationFunction, FadingVertexLayout, FastScalableMDS, FRLayout, ISOMLayout, KKLayout, KKLayoutInt, LayoutDecorator, PersistentLayoutImpl, RandomVertexLocationDecorator, SpringLayout, StaticLayout, SubLayoutDecorator, TreeLayout

public interface VertexLocationFunction

An interface for classes that return a location for an ArchetypeVertex.

Author:
Joshua O'Madadhain

Method Summary
 Point2D getLocation(ArchetypeVertex v)
           
 Iterator getVertexIterator()
           
 

Method Detail

getLocation

Point2D getLocation(ArchetypeVertex v)

getVertexIterator

Iterator getVertexIterator()