proguard.gui.splash
Class ConstantString

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

public class ConstantString
extends Object

This VariableString is constant over time.

Author:
Eric Lafortune

Constructor Summary
ConstantString(String value)
          Creates a new ConstantString.
 
Method Summary
 String getString(long time)
          Returns the String for the given time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantString

public ConstantString(String value)
Creates a new ConstantString.

Parameters:
value - the constant value.
Method Detail

getString

public String getString(long time)
Returns the String for the given time.



Copyright © 2012. All Rights Reserved.