类 TypeWriterString


  • public class TypeWriterString
    extends java.lang.Object
    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.
    • 构造器概要

      构造器 
      构造器 说明
      TypeWriterString​(java.lang.String string, proguard.gui.splash.Timing timing)
      Creates a new TypeWriterString.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String getString​(long time)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • TypeWriterString

        public TypeWriterString​(java.lang.String string,
                                proguard.gui.splash.Timing timing)
        Creates a new TypeWriterString.
        参数:
        string - the basic String.
        timing - the applied timing.
    • 方法详细资料

      • getString

        public java.lang.String getString​(long time)