Class PhysicalPageBox

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class PhysicalPageBox
    extends java.lang.Object
    implements java.lang.Cloneable
    Defines the properties of a single physical page. In a later version, this box may receive physical page header and footer or may even support the full CSS-pagebox modell.
    • Method Detail

      • getImageableX

        public long getImageableX()
      • getImageableY

        public long getImageableY()
      • getImageableWidth

        public long getImageableWidth()
      • getImageableHeight

        public long getImageableHeight()
      • getGlobalX

        public long getGlobalX()
      • setGlobalX

        public void setGlobalX​(long globalX)
      • getGlobalY

        public long getGlobalY()
      • setGlobalY

        public void setGlobalY​(long globalY)
      • getWidth

        public long getWidth()
      • getHeight

        public long getHeight()
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException