Class PageBox.PageDimensions

  • Enclosing class:
    PageBox

    private static final class PageBox.PageDimensions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _height  
      private int _width  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PageDimensions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      int getWidth()  
      void setHeight​(int height)  
      void setWidth​(int width)  
      • Methods inherited from class java.lang.Object

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

      • _width

        private int _width
      • _height

        private int _height
    • Constructor Detail

      • PageDimensions

        private PageDimensions()
    • Method Detail

      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)