weka.gui.graphvisualizer
Class LayoutCompleteEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--weka.gui.graphvisualizer.LayoutCompleteEvent
All Implemented Interfaces:
java.io.Serializable

public class LayoutCompleteEvent
extends java.util.EventObject

This is an event which is fired by a LayoutEngine once a LayoutEngine finishes laying out the graph, so that the Visualizer can repaint the screen to show the changes.

Version:
1.0 - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
Author:
Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
See Also:
Serialized Form

Constructor Summary
LayoutCompleteEvent(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutCompleteEvent

public LayoutCompleteEvent(java.lang.Object source)


Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London