|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij3d.utils.Chrono
public final class Chrono
Class that defines a chronometer
Field Summary | |
---|---|
protected java.util.Date |
D1
Description of the Field |
protected java.util.Date |
D2
Description of the Field |
protected int |
nb_tasks
Description of the Field |
Constructor Summary | |
---|---|
Chrono()
Constructor for the Chrono object |
|
Chrono(int nbt)
Constructor for the Chrono object |
Method Summary | |
---|---|
long |
delay()
Description of the Method |
java.lang.String |
delayString()
Description of the Method |
long |
remain(int nb)
Description of the Method |
java.lang.String |
remainString(int nb)
Description of the Method |
void |
start()
Description of the Method |
void |
stop()
Description of the Method |
long |
totalTimeEstimate(int nb)
Description of the Method |
java.lang.String |
totalTimeEstimateString(int nb)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Date D1
protected java.util.Date D2
protected int nb_tasks
Constructor Detail |
---|
public Chrono()
public Chrono(int nbt)
nbt
- Description of the ParameterMethod Detail |
---|
public void start()
public void stop()
public long delay()
public java.lang.String delayString()
public long remain(int nb)
nb
- Description of the Parameter
public java.lang.String remainString(int nb)
nb
- Description of the Parameter
public long totalTimeEstimate(int nb)
nb
- Description of the Parameter
public java.lang.String totalTimeEstimateString(int nb)
nb
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |