org.jgraph.plaf.basic

Class BasicGraphUI.GraphLayoutCacheHandler

Enclosing Class:
BasicGraphUI
Implemented Interfaces:
EventListener, GraphLayoutCacheListener, Serializable

public class BasicGraphUI.GraphLayoutCacheHandler
extends java.lang.Object
implements GraphLayoutCacheListener, Serializable

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

Method Summary

void
graphLayoutCacheChanged(GraphLayoutCacheEvent e)
Invoked after a cell has changed in some way.

Method Details

graphLayoutCacheChanged

public void graphLayoutCacheChanged(GraphLayoutCacheEvent e)
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

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