|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.infovis.temporizer.AbstractTemporizer
fr.inria.infovis.temporizer.GraphTemporizer
Specific Temporizer dedicated to Infovis Graph
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 |
public GraphTemporizer(infovis.Graph g)
g
- graph to be "temporized"public GraphTemporizer(int d, infovis.Graph g)
d
- The delay in millisecondsg
- the graph to be temporized
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |