|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.LinearDouble
public class LinearDouble
This VariableDouble varies linearly with respect to its Timing.
| Constructor Summary | |
|---|---|
LinearDouble(double fromValue,
double toValue,
proguard.gui.splash.Timing timing)
Creates a new LinearDouble. |
|
| Method Summary | |
|---|---|
double |
getDouble(long time)
Returns the double 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 LinearDouble(double fromValue,
double toValue,
proguard.gui.splash.Timing timing)
fromValue - the value that corresponds to a timing of 0.toValue - the value that corresponds to a timing of 1.timing - the applied timing.| Method Detail |
|---|
public double getDouble(long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||