Package org.jgraph.plaf.basic
Class BasicGraphUI.GraphLayoutCacheHandler
- java.lang.Object
-
- org.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler
-
- All Implemented Interfaces:
java.io.Serializable,java.util.EventListener,GraphLayoutCacheListener
- Enclosing class:
- BasicGraphUI
public class BasicGraphUI.GraphLayoutCacheHandler extends java.lang.Object implements GraphLayoutCacheListener, java.io.Serializable
Listens for changes in the graph view and updates the size accordingly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphLayoutCacheHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgraphLayoutCacheChanged(GraphLayoutCacheEvent e)Invoked after a cell has changed in some way.
-
-
-
Method Detail
-
graphLayoutCacheChanged
public void graphLayoutCacheChanged(GraphLayoutCacheEvent e)
Description copied from interface:GraphLayoutCacheListenerInvoked after a cell has changed in some way. The vertex/vertices may have changed bounds or altered adjacency, or other attributes have changed that may affect presentation.- Specified by:
graphLayoutCacheChangedin interfaceGraphLayoutCacheListener
-
-