proguard.gui.splash
Class ConstantDouble
java.lang.Object
proguard.gui.splash.ConstantDouble
public class ConstantDouble
- extends Object
This VariableDouble is constant over time.
- Author:
- Eric Lafortune
|
Constructor Summary |
ConstantDouble(double value)
Creates a new ConstantDouble. |
|
Method Summary |
double |
getDouble(long time)
Returns the double for the given time. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantDouble
public ConstantDouble(double value)
- Creates a new ConstantDouble.
- Parameters:
value - the constant value.
getDouble
public double getDouble(long time)
- Returns the double for the given time.
Copyright © 2012. All Rights Reserved.