|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.grip.Timer
public class Timer
| Constructor Summary | |
|---|---|
Timer(java.lang.String anOpName,
java.awt.image.BufferedImage bim)
Create a Timer, recording the start time. |
|
Timer(java.lang.String anOpName,
Im im)
Create a Timer, recording the start time. |
|
Timer(java.lang.String anOpName,
Image image)
Create a Timer, recording the start time. |
|
| Method Summary | |
|---|---|
void |
stop()
Stop the timer and log the operation name, image size and duration (since the Timer was constructed). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timer(java.lang.String anOpName,
Image image)
public Timer(java.lang.String anOpName,
java.awt.image.BufferedImage bim)
public Timer(java.lang.String anOpName,
Im im)
| Method Detail |
|---|
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||