Class ViewportSize


  • public class ViewportSize
    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
      ViewportSize​(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

      • ViewportSize

        public ViewportSize​(int width,
                            int height)