Class TFormatter.LinefeedConversion

    • Constructor Summary

      Constructors 
      Constructor Description
      LinefeedConversion​(int width, int precision, int flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeTo​(java.util.Formatter f, java.lang.Object aValueToWrite, java.lang.Appendable aOut)  
      • Methods inherited from class java.lang.Object

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

      • LinefeedConversion

        public LinefeedConversion​(int width,
                                  int precision,
                                  int flags)
    • Method Detail

      • writeTo

        public void writeTo​(java.util.Formatter f,
                            java.lang.Object aValueToWrite,
                            java.lang.Appendable aOut)
                     throws java.io.IOException
        Specified by:
        writeTo in class TFormatter.Conversion
        Throws:
        java.io.IOException