Uses of Class
org.apache.pdfbox.rendering.ImageType
-
Packages that use ImageType Package Description org.apache.pdfbox.debugger.ui org.apache.pdfbox.rendering -
-
Uses of ImageType in org.apache.pdfbox.debugger.ui
Methods in org.apache.pdfbox.debugger.ui that return ImageType Modifier and Type Method Description static ImageType
ImageTypeMenu. getImageType()
static ImageType
ImageTypeMenu. getImageType(java.lang.String actionCommand)
-
Uses of ImageType in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering that return ImageType Modifier and Type Method Description static ImageType
ImageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageType[]
ImageType. 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 ImageType Modifier and Type Method Description java.awt.image.BufferedImage
PDFRenderer. renderImage(int pageIndex, float scale, ImageType imageType)
Returns the given page as an RGB or ARGB image at the given scale.java.awt.image.BufferedImage
PDFRenderer. renderImage(int pageIndex, float scale, ImageType imageType, RenderDestination destination)
Returns the given page as an RGB or ARGB image at the given scale.java.awt.image.BufferedImage
PDFRenderer. renderImageWithDPI(int pageIndex, float dpi, ImageType imageType)
Returns the given page as an RGB image at the given DPI.
-