Uses of Class
org.pdfbox.util.ImageParameters

Packages that use ImageParameters
org.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Uses of ImageParameters in org.pdfbox.pdmodel.graphics.xobject
 

Methods in org.pdfbox.pdmodel.graphics.xobject that return ImageParameters
 ImageParameters PDInlinedImage.getImageParameters()
          This will get the image parameters.
 

Methods in org.pdfbox.pdmodel.graphics.xobject with parameters of type ImageParameters
 void PDInlinedImage.setImageParameters(ImageParameters imageParams)
          This will set the image parameters for this image.
 

Uses of ImageParameters in org.pdfbox.util
 

Methods in org.pdfbox.util that return ImageParameters
 ImageParameters PDFOperator.getImageParameters()
          This will get the image parameters, this is only valid for BI operators.
 

Methods in org.pdfbox.util with parameters of type ImageParameters
 void PDFOperator.setImageParameters(ImageParameters params)
          This will set the image parameters, this is only valid for BI operators.