edu.uci.ics.jung.visualization.subLayout
Interface SubLayout

All Known Implementing Classes:
CircularSubLayout

public interface SubLayout

A special purpose helper for a Layout, that will provide locations foe Vertices. See CircularCluster and ClusteringLayout for an example of its use.

Author:
Tom Nelson - RABA Technologies

Method Summary
 Point2D getLocation(ArchetypeVertex v)
           
 

Method Detail

getLocation

Point2D getLocation(ArchetypeVertex v)