proguard.gui.splash
Class ConstantColor
java.lang.Object
proguard.gui.splash.ConstantColor
public class ConstantColor
- extends Object
This VariableColor is constant over time.
- Author:
- Eric Lafortune
|
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)
- Returns the Color for the given time.
Copyright © 2012. All Rights Reserved.