JGraph
v5.12.4.2


org.jgraph.plaf.basic
Class BasicGraphUI.GraphLayoutCacheHandler

java.lang.Object
  extended byorg.jgraph.plaf.basic.BasicGraphUI.GraphLayoutCacheHandler
All Implemented Interfaces:
EventListener, GraphLayoutCacheListener, Serializable
Enclosing class:
BasicGraphUI

public class BasicGraphUI.GraphLayoutCacheHandler
extends Object
implements GraphLayoutCacheListener, Serializable

Listens for changes in the graph view and updates the size accordingly.

See Also:
Serialized Form

Constructor Summary
BasicGraphUI.GraphLayoutCacheHandler()
           
 
Method Summary
 void graphLayoutCacheChanged(GraphLayoutCacheEvent e)
          Invoked after a cell has changed in some way.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGraphUI.GraphLayoutCacheHandler

public BasicGraphUI.GraphLayoutCacheHandler()
Method Detail

graphLayoutCacheChanged

public void graphLayoutCacheChanged(GraphLayoutCacheEvent e)
Description copied from interface: GraphLayoutCacheListener
Invoked 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:
graphLayoutCacheChanged in interface GraphLayoutCacheListener

JGraph
v5.12.4.2


Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.