Class Body


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

      Fields 
      Modifier and Type Field Description
      (package private) boolean compact  
      (package private) static int DAYS  
      (package private) int[] fields  
      (package private) static int MONTHS  
      (package private) boolean newColumn  
      (package private) int spacing  
      (package private) static int TIME  
      (package private) int type  
      (package private) static int YEARS  
    • Constructor Summary

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

      • Body

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

      • Days

        public static Body Days()
      • Months

        public static Body Months()
      • Time

        public static Body Time()
      • Years

        public static Body Years()
      • compact

        public Body compact()
      • newColumn

        public Body newColumn()
      • spacedAt

        public Body spacedAt​(int spacing)