| Package | Description |
|---|---|
| com.threerings.media |
| Modifier and Type | Class and Description |
|---|---|
class |
HourglassView
Displays an hourglass with the sand level representing the amount of
time remaining.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimerView.setWarning(float warnPercent,
ResultListener<TimerView> warner)
Setup a warning to trigger after the timer is "warnPercent"
or more completed.
|
void |
TimerView.start(float startPercent,
long duration,
ResultListener<TimerView> finisher)
Start the timer running from the specified percentage complete,
to expire at the specified time.
|
Copyright © 2015. All rights reserved.