|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.SineTiming
public class SineTiming
This Timing varies between 0 and 1, as a sine wave over time.
| Constructor Summary | |
|---|---|
SineTiming(long period,
long phase)
Creates a new SineTiming. |
|
| 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 SineTiming(long period,
long phase)
period - the time period for a full cycle.phase - the phase of the cycle, which is added to the actual time.| Method Detail |
|---|
public double getTiming(long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||