Class PhysicalPageBox

  • All Implemented Interfaces:
    Cloneable

    public final class PhysicalPageBox
    extends Object
    implements 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 model.
    • Constructor Detail

      • PhysicalPageBox

        public PhysicalPageBox​(PageFormat pageFormat,
                               long globalX,
                               long globalY)
    • Method Detail

      • getOrientation

        public int getOrientation()
      • getImageableX

        public long getImageableX()
      • getImageableY

        public long getImageableY()
      • getImageableWidth

        public long getImageableWidth()
      • getImageableHeight

        public long getImageableHeight()
      • getGlobalX

        public long getGlobalX()
      • getGlobalY

        public long getGlobalY()
      • getWidth

        public long getWidth()
      • getHeight

        public long getHeight()