Class ViewportSize


  • public class ViewportSize
    extends Object
    • Field Detail

      • width

        public int width
        page width in pixels.
      • height

        public int height
        page height in pixels.
    • Constructor Detail

      • ViewportSize

        public ViewportSize​(int width,
                            int height)