|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.gui.splash.TypeWriterString
public class TypeWriterString
This VariableString produces a String that grows linearly with respect to its Timing, as if it is being written on a typewriter. A cursor at the end precedes the typed characters.
| Constructor Summary | |
|---|---|
TypeWriterString(java.lang.String string,
proguard.gui.splash.Timing timing)
Creates a new TypeWriterString. |
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public TypeWriterString(java.lang.String string,
proguard.gui.splash.Timing timing)
string - the basic String.timing - the applied timing.| Method Detail |
|---|
public java.lang.String getString(long time)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||