Class PageSize


  • public class PageSize
    extends java.lang.Object
    The PageSize-object contains a number of rectangles representing the most common paper sizes.
    See Also:
    Rectangle
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Rectangle A4
      This is the a4 format
      static Rectangle LETTER
      This is the letter format
    • Constructor Summary

      Constructors 
      Constructor Description
      PageSize()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LETTER

        public static final Rectangle LETTER
        This is the letter format
      • A4

        public static final Rectangle A4
        This is the a4 format
    • Constructor Detail

      • PageSize

        public PageSize()