fr.inria.infovis.temporizer
Class GraphTemporizer

java.lang.Object
  extended byfr.inria.infovis.temporizer.AbstractTemporizer
      extended byfr.inria.infovis.temporizer.GraphTemporizer
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class GraphTemporizer
extends AbstractTemporizer

Specific Temporizer dedicated to Infovis Graph

Author:
raf

Field Summary
 
Fields inherited from class fr.inria.infovis.temporizer.AbstractTemporizer
DEFAULT_DELAY, LIMIT_DELAY
 
Constructor Summary
GraphTemporizer(infovis.Graph g)
          Constructs a new temporizer for a graph
GraphTemporizer(int d, infovis.Graph g)
          Constructs a new temporizer for a graph with a specific delay
 
Methods inherited from class fr.inria.infovis.temporizer.AbstractTemporizer
actionPerformed, getDelay, getTable, getTimer, getVisualization, setDelay, setTable, setVisualization, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTemporizer

public GraphTemporizer(infovis.Graph g)
Constructs a new temporizer for a graph

Parameters:
g - graph to be "temporized"

GraphTemporizer

public GraphTemporizer(int d,
                       infovis.Graph g)
Constructs a new temporizer for a graph with a specific delay

Parameters:
d - The delay in milliseconds
g - the graph to be temporized