Uses of Class
org.apache.pdfbox.util.ImageParameters
-
Packages that use ImageParameters Package Description org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document.org.apache.pdfbox.util 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 ImageParameters Modifier and Type Method Description ImageParameters
PDInlinedImage. getImageParameters()
This will get the image parameters.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type ImageParameters Modifier and Type Method Description void
PDInlinedImage. 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 ImageParameters Modifier and Type Method Description ImageParameters
PDFOperator. getImageParameters()
This will get the image parameters, this is only valid for BI operators.Methods in org.apache.pdfbox.util with parameters of type ImageParameters Modifier and Type Method Description void
PDFOperator. setImageParameters(ImageParameters params)
This will set the image parameters, this is only valid for BI operators.
-