Package edu.uci.ics.jung.visualization
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>
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create a new offscreen image for the graph whenever the window is resiedMethods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentShown
-
Field Details
-
vv
-
-
Constructor Details
-
VisualizationListener
-
-
Method Details
-
componentResized
create a new offscreen image for the graph whenever the window is resied- Specified by:
componentResized
in interfaceComponentListener
- Overrides:
componentResized
in classComponentAdapter
-