ProGuard

proguard.gui.splash
Class ConstantDouble

java.lang.Object
  extended byproguard.gui.splash.ConstantDouble
All Implemented Interfaces:
proguard.gui.splash.VariableDouble

public class ConstantDouble
extends Object
implements proguard.gui.splash.VariableDouble

This VariableDouble is constant over time.


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
 

Constructor Detail

ConstantDouble

public ConstantDouble(double value)
Creates a new ConstantDouble.

Parameters:
value - the constant value.
Method Detail

getDouble

public double getDouble(long time)
Description copied from interface: proguard.gui.splash.VariableDouble
Returns the double for the given time.

Specified by:
getDouble in interface proguard.gui.splash.VariableDouble

ProGuard