Class ScreenSize


  • public class ScreenSize
    extends Object
    • 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)