Class FormattingInfo


  • public class FormattingInfo
    extends java.lang.Object
    FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
    Since:
    0.8.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean leftAlign  
      (package private) int max  
      (package private) int min  
    • Constructor Summary

      Constructors 
      Constructor Description
      FormattingInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void dump()  
      (package private) void reset()  
      • Methods inherited from class java.lang.Object

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

      • min

        int min
      • max

        int max
      • leftAlign

        boolean leftAlign
    • Constructor Detail

      • FormattingInfo

        public FormattingInfo()
    • Method Detail

      • reset

        void reset()
      • dump

        void dump()