|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.SmoothTiming
public class SmoothTiming
This Timing ramps up smoothly from 0 to 1 in a given time interval.
| Constructor Summary | |
|---|---|
SmoothTiming(long fromTime,
long toTime)
Creates a new SmoothTiming. |
|
| Method Summary | |
|---|---|
double |
getTiming(long time)
Returns the timing for the given time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmoothTiming(long fromTime,
long toTime)
fromTime - the time at which the timing starts ramping up from 0.toTime - the time at which the timing stops ramping up at 1.| Method Detail |
|---|
public double getTiming(long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||