proguard.gui.splash
Class ConstantInt

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

public class ConstantInt
extends Object

This VariableInt is constant over time.

Author:
Eric Lafortune

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



Copyright © 2012. All Rights Reserved.