proguard.gui.splash
Class ConstantColor

java.lang.Object
  extended by proguard.gui.splash.ConstantColor

public class ConstantColor
extends java.lang.Object

This VariableColor is constant over time.


Constructor Summary
ConstantColor(java.awt.Color value)
          Creates a new ConstantColor.
 
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

ConstantColor

public ConstantColor(java.awt.Color value)
Creates a new ConstantColor.

Parameters:
value - the constant value.
Method Detail

getColor

public java.awt.Color getColor(long time)
Returns the Color for the given time.