Uses of Class
org.apache.pdfbox.util.ImageParameters
Packages that use ImageParameters
Package
Description
This package deals with images that are stored in a PDF document.
This package contains utility classes that are used by the PDFBox project.
-
Uses of ImageParameters in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return ImageParametersModifier and TypeMethodDescriptionPDInlinedImage.getImageParameters()This will get the image parameters.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type ImageParametersModifier and TypeMethodDescriptionvoidPDInlinedImage.setImageParameters(ImageParameters imageParams) This will set the image parameters for this image. -
Uses of ImageParameters in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return ImageParametersModifier and TypeMethodDescriptionPDFOperator.getImageParameters()This will get the image parameters, this is only valid for BI operators.Methods in org.apache.pdfbox.util with parameters of type ImageParametersModifier and TypeMethodDescriptionvoidPDFOperator.setImageParameters(ImageParameters params) This will set the image parameters, this is only valid for BI operators.