DRCL J-Sim API

drcl.net.graph
Class TopologyVisRelaxer

java.lang.Object
  extended bydrcl.net.graph.TopologyVisRelaxer
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TopologyVisRelaxer
extends java.lang.Object
implements java.awt.event.ActionListener

Plots the graph changed by Relaxer.


Field Summary
static boolean DEBUG
           
 
Constructor Summary
TopologyVisRelaxer(int width_, int height_)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 int getHeight()
           
 int getWidth()
           
 void visualize(Relaxer relaxer_)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

TopologyVisRelaxer

public TopologyVisRelaxer(int width_,
                          int height_)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

visualize

public void visualize(Relaxer relaxer_)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~