Class Footer


  • public class Footer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int alignment  
      (package private) static int CLEAR  
      (package private) int[] fields  
      (package private) boolean grab  
      (package private) boolean readOnly  
      (package private) int textAlignment  
      (package private) static int TODAY  
      (package private) int type  
      (package private) static int VERBOSE_TODAY  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Footer​(int type, int... fields)  
    • Constructor Detail

      • Footer

        private Footer​(int type,
                       int... fields)
    • Method Detail

      • Clear

        public static Footer Clear()
      • Today

        public static Footer Today()
      • VerboseToday

        public static Footer VerboseToday()
      • align

        public Footer align​(int alignment)
      • align

        public Footer align​(int textAlignment,
                            int controlAlignment,
                            boolean grab)