proguard.gui.splash
Class ConstantInt
java.lang.Object
proguard.gui.splash.ConstantInt
- All Implemented Interfaces:
- proguard.gui.splash.VariableInt
- public class ConstantInt
- extends Object
- implements proguard.gui.splash.VariableInt
This VariableInt is constant over time.
|
Constructor Summary |
ConstantInt(int value)
Creates a new ConstantInt. |
|
Method Summary |
int |
getInt(long time)
Returns the integer for the given time. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantInt
public ConstantInt(int value)
- Creates a new ConstantInt.
- Parameters:
value - the constant value.
getInt
public int getInt(long time)
- Description copied from interface:
proguard.gui.splash.VariableInt
- Returns the integer for the given time.
- Specified by:
getInt in interface proguard.gui.splash.VariableInt