Class AnimationTextFileGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.StringBuilder myAnimationMessage  
      protected java.io.PrintWriter myPrintWriter  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(double value)
      Appends the supplied value to the animation message
      void append​(long value)
      Appends the supplied value to the animation message
      void append​(java.lang.String value)
      Appends the supplied value to the animation message
      void beginMessage()
      Tells the animation generator to begin a new message
      void commitMessage()
      Tells the animation generator to committ the current message
      boolean isStarted()
      Checks if a message has been started
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait