edu.uci.ics.jung.visualization
Interface HasGraphLayout
- All Known Implementing Classes:
- SatelliteVisualizationViewer, VisualizationViewer
public interface HasGraphLayout
Interface to tag classes that can provide a graph
Layout to a caller. VisualizationViewer implements this
and thru it, will always provide the most up-to-date
Layout to a caller. This is important in cases where
the Layout has been changed by a previous action.
- Author:
- Tom Nelson - RABA Technologies
getGraphLayout
Layout getGraphLayout()