Class TextFormatter


  • class TextFormatter
    extends TimeFormatter
    Formats text constant part of the Time
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextFormatter​(java.lang.String pText)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.String format​(Time t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • text

        java.lang.String text
    • Constructor Detail

      • TextFormatter

        TextFormatter​(java.lang.String pText)