Uses of Class
org.apache.pdfbox.preflight.graphic.ICCProfileWrapper
-
Packages that use ICCProfileWrapper Package Description org.apache.pdfbox.preflight org.apache.pdfbox.preflight.graphic -
-
Uses of ICCProfileWrapper in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as ICCProfileWrapper Modifier and Type Field Description private ICCProfileWrapper
PreflightContext. iccProfileWrapper
This wrapper contains the ICCProfile used by the PDF file.Methods in org.apache.pdfbox.preflight that return ICCProfileWrapper Modifier and Type Method Description ICCProfileWrapper
PreflightContext. getIccProfileWrapper()
Methods in org.apache.pdfbox.preflight with parameters of type ICCProfileWrapper Modifier and Type Method Description void
PreflightContext. setIccProfileWrapper(ICCProfileWrapper iccProfileWrapper)
-
Uses of ICCProfileWrapper in org.apache.pdfbox.preflight.graphic
Fields in org.apache.pdfbox.preflight.graphic declared as ICCProfileWrapper Modifier and Type Field Description protected ICCProfileWrapper
StandardColorSpaceHelper. iccpw
The ICCProfile contained in the DestOutputIntentMethods in org.apache.pdfbox.preflight.graphic that return ICCProfileWrapper Modifier and Type Method Description static ICCProfileWrapper
ICCProfileWrapper. getOrSearchICCProfile(PreflightContext context)
private static ICCProfileWrapper
ICCProfileWrapper. searchFirstICCProfile(PreflightContext context)
This method read all outputIntent dictionary until on of them have a destOutputProfile stream.
-