|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICC_Profile | |
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.pdf | |
| Uses of ICC_Profile in com.itextpdf.text |
|---|
| Fields in com.itextpdf.text declared as ICC_Profile | |
|---|---|
protected ICC_Profile |
Image.profile
ICC Profile attached |
| Methods in com.itextpdf.text that return ICC_Profile | |
|---|---|
ICC_Profile |
Image.getICCProfile()
Gets the images ICC profile. |
| Methods in com.itextpdf.text with parameters of type ICC_Profile | |
|---|---|
void |
Image.tagICC(ICC_Profile profile)
Tags this image with an ICC profile. |
| Uses of ICC_Profile in com.itextpdf.text.pdf |
|---|
| Methods in com.itextpdf.text.pdf that return ICC_Profile | |
|---|---|
static ICC_Profile |
ICC_Profile.getInstance(byte[] data)
|
static ICC_Profile |
ICC_Profile.getInstance(java.io.InputStream file)
|
static ICC_Profile |
ICC_Profile.GetInstance(java.lang.String fname)
|
| Methods in com.itextpdf.text.pdf with parameters of type ICC_Profile | |
|---|---|
void |
PdfWriter.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 | |
|---|---|
PdfICCBased(ICC_Profile profile)
Creates an ICC stream. |
|
PdfICCBased(ICC_Profile profile,
int compressionLevel)
Creates an ICC stream. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||