Class ScreenSize


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

      Fields 
      Modifier and Type Field Description
      int height
      page height in pixels.
      int width
      page width in pixels.
    • Constructor Summary

      Constructors 
      Constructor Description
      ScreenSize​(int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        public int width
        page width in pixels.
      • height

        public int height
        page height in pixels.
    • Constructor Detail

      • ScreenSize

        public ScreenSize​(int width,
                          int height)