proguard.gui.splash
Class ConstantString
java.lang.Object
proguard.gui.splash.ConstantString
- All Implemented Interfaces:
- proguard.gui.splash.VariableString
- public class ConstantString
- extends Object
- implements proguard.gui.splash.VariableString
This VariableString is constant over time.
|
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 |
ConstantString
public ConstantString(String value)
- Creates a new ConstantString.
- Parameters:
value - the constant value.
getString
public String getString(long time)
- Description copied from interface:
proguard.gui.splash.VariableString
- Returns the String for the given time.
- Specified by:
getString in interface proguard.gui.splash.VariableString