List of all members.
Detailed Description
Definition at line 6 of file TimeCounter.java.
Constructor & Destructor Documentation
cu.trustGrapher.eventplayer.TimeCounter.TimeCounter |
( |
| ) |
|
Default Constructor
-
Sets initial time as
0
-
Sets increment as
1
-
Sets lower bound as
0
-
Sets upper bound as
100
Definition at line 23 of file TimeCounter.java.
cu.trustGrapher.eventplayer.TimeCounter.TimeCounter |
( |
long |
increment | ) |
|
-
Sets initial time as
0
-
Sets increment as passed increment value
-
Sets lower bound as
0
-
Sets upper bound as
100
- Parameters:
-
increment | The value to increment the time as for each call of run. |
Definition at line 36 of file TimeCounter.java.
cu.trustGrapher.eventplayer.TimeCounter.TimeCounter |
( |
long |
increment, |
|
|
long |
startTime |
|
) |
| |
-
Sets initial time as passed start time
-
Sets increment as passed increment value
-
Sets lower bound as
0
-
Sets upper bound as
100
- Parameters:
-
increment | The value to increment the time as for each call of run. |
startTime | The initial value of the counter. |
Definition at line 50 of file TimeCounter.java.
cu.trustGrapher.eventplayer.TimeCounter.TimeCounter |
( |
long |
increment, |
|
|
long |
startTime, |
|
|
long |
lowerBound, |
|
|
long |
upperBound |
|
) |
| |
-
Sets initial time as passed start time
-
Sets increment as passed increment value
-
Sets lower bound as passed lower bound
-
Sets upper bound as passed upper bound
- Parameters:
-
increment | The value to increment the time as for each call of run. |
startTime | The initial value of the counter. |
lowerBound | The lower bound on the Counter. |
upperBound | The upper bound on the Counter. |
Definition at line 66 of file TimeCounter.java.
Member Function Documentation
void cu.trustGrapher.eventplayer.TimeCounter.actionPerformed |
( |
ActionEvent |
ae | ) |
|
void cu.trustGrapher.eventplayer.TimeCounter.doIncrement |
( |
| ) |
|
long cu.trustGrapher.eventplayer.TimeCounter.getIncrement |
( |
| ) |
|
long cu.trustGrapher.eventplayer.TimeCounter.getLowerBound |
( |
| ) |
|
long cu.trustGrapher.eventplayer.TimeCounter.getTime |
( |
| ) |
|
long cu.trustGrapher.eventplayer.TimeCounter.getUpperBound |
( |
| ) |
|
void cu.trustGrapher.eventplayer.TimeCounter.setIncrement |
( |
long |
increment | ) |
|
void cu.trustGrapher.eventplayer.TimeCounter.setLowerBound |
( |
long |
bound | ) |
|
synchronized void cu.trustGrapher.eventplayer.TimeCounter.setTime |
( |
long |
time | ) |
|
void cu.trustGrapher.eventplayer.TimeCounter.setUpperBound |
( |
long |
bound | ) |
|
The documentation for this class was generated from the following file: