edu.uci.ics.jung.algorithms.layout
Class SpringLayout2.SpringDimensionChecker

java.lang.Object
  extended by java.awt.event.ComponentAdapter
      extended by edu.uci.ics.jung.algorithms.layout.SpringLayout2.SpringDimensionChecker
All Implemented Interfaces:
ComponentListener, EventListener
Enclosing class:
SpringLayout2<V,E>

public class SpringLayout2.SpringDimensionChecker
extends ComponentAdapter


Constructor Summary
SpringLayout2.SpringDimensionChecker()
           
 
Method Summary
 void componentResized(ComponentEvent e)
           
 
Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentShown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringLayout2.SpringDimensionChecker

public SpringLayout2.SpringDimensionChecker()
Method Detail

componentResized

public void componentResized(ComponentEvent e)
Specified by:
componentResized in interface ComponentListener
Overrides:
componentResized in class ComponentAdapter


Copyright © 2008 null. All Rights Reserved.