Uses of Class
com.itextpdf.text.pdf.ICC_Profile
-
Packages that use ICC_Profile Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.codec -
-
Uses of ICC_Profile in com.itextpdf.text
Fields in com.itextpdf.text declared as ICC_Profile Modifier and Type Field Description protected ICC_ProfileImage. profileICC Profile attachedMethods in com.itextpdf.text that return ICC_Profile Modifier and Type Method Description ICC_ProfileImage. getICCProfile()Gets the images ICC profile.Methods in com.itextpdf.text with parameters of type ICC_Profile Modifier and Type Method Description voidImage. tagICC(ICC_Profile profile)Tags this image with an ICC profile. -
Uses of ICC_Profile in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as ICC_Profile Modifier and Type Field Description protected ICC_ProfilePdfWriter. colorProfileMethods in com.itextpdf.text.pdf that return ICC_Profile Modifier and Type Method Description ICC_ProfilePdfWriter. getColorProfile()static ICC_ProfileICC_Profile. getInstance(byte[] data)static ICC_ProfileICC_Profile. getInstance(byte[] data, int numComponents)static ICC_ProfileICC_Profile. getInstance(java.io.InputStream file)static ICC_ProfileICC_Profile. GetInstance(java.lang.String fname)Methods in com.itextpdf.text.pdf with parameters of type ICC_Profile Modifier and Type Method Description voidPdfACopy. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)voidPdfAStamperImp. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)voidPdfAWriter. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)voidPdfWriter. setOutputIntents(java.lang.String outputConditionIdentifier, java.lang.String outputCondition, java.lang.String registryName, java.lang.String info, ICC_Profile colorProfile)Sets the values of the output intent dictionary.Constructors in com.itextpdf.text.pdf with parameters of type ICC_Profile Constructor Description PdfICCBased(ICC_Profile profile)Creates an ICC stream.PdfICCBased(ICC_Profile profile, int compressionLevel)Creates an ICC stream. -
Uses of ICC_Profile in com.itextpdf.text.pdf.codec
Fields in com.itextpdf.text.pdf.codec declared as ICC_Profile Modifier and Type Field Description (package private) ICC_ProfilePngImage. icc_profile
-