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 ICCProfileWrapperPreflightContext. iccProfileWrapperThis wrapper contains the ICCProfile used by the PDF file.Methods in org.apache.pdfbox.preflight that return ICCProfileWrapper Modifier and Type Method Description ICCProfileWrapperPreflightContext. getIccProfileWrapper()Methods in org.apache.pdfbox.preflight with parameters of type ICCProfileWrapper Modifier and Type Method Description voidPreflightContext. 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 ICCProfileWrapperStandardColorSpaceHelper. iccpwThe ICCProfile contained in the DestOutputIntentMethods in org.apache.pdfbox.preflight.graphic that return ICCProfileWrapper Modifier and Type Method Description static ICCProfileWrapperICCProfileWrapper. getOrSearchICCProfile(PreflightContext context)private static ICCProfileWrapperICCProfileWrapper. searchFirstICCProfile(PreflightContext context)This method read all outputIntent dictionary until on of them have a destOutputProfile stream.
-