org.jgraph.plaf.basic
Class BasicGraphUI.GraphViewObserver
java.lang.Object
org.jgraph.plaf.basic.BasicGraphUI.GraphViewObserver
- All Implemented Interfaces:
- Serializable, Observer
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.GraphViewObserver
- extends Object
- implements Observer, Serializable
Listens for changes in the graph view and updates the size
accordingly.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicGraphUI.GraphViewObserver
public BasicGraphUI.GraphViewObserver()
update
public void update(Observable o,
Object arg)
- Specified by:
update
in interface Observer