Uses of Class
org.apache.pdfbox.preflight.graphic.ICCProfileWrapper
Packages that use ICCProfileWrapper
-
Uses of ICCProfileWrapper in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as ICCProfileWrapperModifier and TypeFieldDescriptionprivate ICCProfileWrapper
PreflightContext.iccProfileWrapper
This wrapper contains the ICCProfile used by the PDF file.Methods in org.apache.pdfbox.preflight that return ICCProfileWrapperMethods in org.apache.pdfbox.preflight with parameters of type ICCProfileWrapperModifier and TypeMethodDescriptionvoid
PreflightContext.setIccProfileWrapper
(ICCProfileWrapper iccProfileWrapper) -
Uses of ICCProfileWrapper in org.apache.pdfbox.preflight.graphic
Fields in org.apache.pdfbox.preflight.graphic declared as ICCProfileWrapperModifier and TypeFieldDescriptionprotected ICCProfileWrapper
StandardColorSpaceHelper.iccpw
The ICCProfile contained in the DestOutputIntentMethods in org.apache.pdfbox.preflight.graphic that return ICCProfileWrapperModifier and TypeMethodDescriptionstatic 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.