java.lang.Object
org.sejda.sambox.rendering.PageDrawerParameters
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
Modifier and TypeMethodDescriptiongetPage()Returns the page.booleanReturns whether to allow subsampling of images.
-
Method Details
-
getPage
Returns the page. -
isSubsamplingAllowed
public boolean isSubsamplingAllowed()Returns whether to allow subsampling of images. -
getDestination
- Returns:
- the destination
-
getRenderingHints
- Returns:
- the rendering hints.
-