|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.LinearInt
public class LinearInt
This VariableColor varies linearly with respect to its Timing.
| Constructor Summary | |
|---|---|
LinearInt(int fromValue,
int toValue,
proguard.gui.splash.Timing timing)
Creates a new LinearInt. |
|
| Method Summary | |
|---|---|
int |
getInt(long time)
Returns the integer 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 LinearInt(int fromValue,
int 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 int getInt(long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||