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