ProGuard

proguard.gui.splash
Class ConstantInt

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

Constructor Detail

ConstantInt

public ConstantInt(int value)
Creates a new ConstantInt.

Parameters:
value - the constant value.
Method Detail

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

ProGuard