Class BasicVisualizationServer.VisualizationListener

java.lang.Object
java.awt.event.ComponentAdapter
edu.uci.ics.jung.visualization.BasicVisualizationServer.VisualizationListener
All Implemented Interfaces:
ComponentListener, EventListener
Enclosing class:
BasicVisualizationServer<V,E>

protected class BasicVisualizationServer.VisualizationListener extends ComponentAdapter
VisualizationListener reacts to changes in the size of the VisualizationViewer. When the size changes, it ensures that the offscreen image is sized properly. If the layout is locked to this view size, then the layout is also resized to be the same as the view size.