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

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

public class SpringLayout.SpringDimensionChecker
extends ComponentAdapter

Used for changing the size of the layout in response to a component's size.


Constructor Summary
SpringLayout.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

SpringLayout.SpringDimensionChecker

public SpringLayout.SpringDimensionChecker()
Method Detail

componentResized

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


Copyright © 2009. All Rights Reserved.