proguard.gui.splash
Class ConstantColor

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

public class ConstantColor
extends Object

This VariableColor is constant over time.

Author:
Eric Lafortune

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)
Returns the Color for the given time.



Copyright © 2012. All Rights Reserved.