proguard.gui.splash
Class ConstantColor
java.lang.Object
proguard.gui.splash.ConstantColor
- All Implemented Interfaces:
- proguard.gui.splash.VariableColor
- public class ConstantColor
- extends Object
- implements proguard.gui.splash.VariableColor
This VariableColor is constant over time.
|
Method Summary |
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 |
ConstantColor
public ConstantColor(Color value)
- Creates a new ConstantColor.
- Parameters:
value - the constant value.
getColor
public Color getColor(long time)
- Description copied from interface:
proguard.gui.splash.VariableColor
- Returns the Color for the given time.
- Specified by:
getColor in interface proguard.gui.splash.VariableColor