Uses of Enum
org.apache.pdfbox.rendering.RenderDestination
Packages that use RenderDestination
Package
Description
-
Uses of RenderDestination in org.apache.pdfbox.debugger.ui
Methods in org.apache.pdfbox.debugger.ui that return RenderDestinationModifier and TypeMethodDescriptionstatic RenderDestinationRenderDestinationMenu.getRenderDestination()static RenderDestinationRenderDestinationMenu.getRenderDestination(String actionCommand) -
Uses of RenderDestination in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent with parameters of type RenderDestinationModifier and TypeMethodDescriptionPDOptionalContentGroup.getRenderState(RenderDestination destination) -
Uses of RenderDestination in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as RenderDestinationModifier and TypeFieldDescriptionprivate RenderDestinationPDFRenderer.defaultDestinationprivate final RenderDestinationPageDrawer.destinationprivate final RenderDestinationPageDrawerParameters.destinationMethods in org.apache.pdfbox.rendering that return RenderDestinationModifier and TypeMethodDescriptionPDFRenderer.getDefaultDestination()PageDrawerParameters.getDestination()static RenderDestinationReturns the enum constant of this type with the specified name.static RenderDestination[]RenderDestination.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.rendering with parameters of type RenderDestinationModifier and TypeMethodDescriptionPDFRenderer.renderImage(int pageIndex, float scale, ImageType imageType, RenderDestination destination) Returns the given page as an RGB or ARGB image at the given scale.voidPDFRenderer.renderPageToGraphics(int pageIndex, Graphics2D graphics, float scaleX, float scaleY, RenderDestination destination) Renders a given page to an AWT Graphics2D instance.voidPDFRenderer.setDefaultDestination(RenderDestination defaultDestination) Constructors in org.apache.pdfbox.rendering with parameters of type RenderDestinationModifierConstructorDescription(package private)PageDrawerParameters(PDFRenderer renderer, PDPage page, boolean subsamplingAllowed, RenderDestination destination, RenderingHints renderingHints, float imageDownscalingOptimizationThreshold) Package-private constructor.