Class PageDrawerParameters


  • public final class PageDrawerParameters
    extends java.lang.Object
    Parameters for a PageDrawer. This class ensures allows PDFRenderer and PageDrawer to share private implementation data in a future-proof manner, while still allowing end-users to create their own subclasses of PageDrawer.
    Author:
    John Hewson
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PDPage getPage()
      Returns the page.
      boolean isSubsamplingAllowed()
      Returns whether to allow subsampling of images.
      • Methods inherited from class java.lang.Object

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

      • getPage

        public PDPage getPage()
        Returns the page.
      • isSubsamplingAllowed

        public boolean isSubsamplingAllowed()
        Returns whether to allow subsampling of images.