edu.uci.ics.jung.algorithms.layout
Class SpringLayout.SpringDimensionChecker
java.lang.Object
java.awt.event.ComponentAdapter
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringLayout.SpringDimensionChecker
public SpringLayout.SpringDimensionChecker()
componentResized
public void componentResized(ComponentEvent e)
- Specified by:
componentResized
in interface ComponentListener
- Overrides:
componentResized
in class ComponentAdapter
Copyright © 2009. All Rights Reserved.