Package com.jalios.util
Class Chrono
- java.lang.Object
-
- com.jalios.util.Chrono
-
public class Chrono extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Chrono.Step
-
Constructor Summary
Constructors Constructor Description Chrono(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getCleanedStepList()
long
getDelta(int indStep1, int indStep2)
long
getDelta(Chrono.Step step1, Chrono.Step step2)
java.util.List
getStepList()
long
getTime()
void
pause()
java.lang.String
print()
java.lang.String
printhtml()
void
resume()
void
start()
void
step()
void
stop()
java.lang.String
toString()
-
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
step
public void step()
-
pause
public void pause()
-
resume
public void resume()
-
getDelta
public long getDelta(Chrono.Step step1, Chrono.Step step2)
-
getDelta
public long getDelta(int indStep1, int indStep2)
-
getTime
public long getTime()
-
getStepList
public java.util.List getStepList()
-
getCleanedStepList
public java.util.List getCleanedStepList()
-
print
public java.lang.String print()
-
printhtml
public java.lang.String printhtml()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-