ProGuard

proguard.gui.splash
Class ConstantColor

java.lang.Object
  extended byproguard.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.


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

Constructor Detail

ConstantColor

public ConstantColor(Color value)
Creates a new ConstantColor.

Parameters:
value - the constant value.
Method Detail

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

ProGuard