Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,PDFICCBasedColorSpace> |
PDFResources.iccColorSpaces
Map of ICC color spaces (key: ICC profile description)
|
Modifier and Type | Method and Description |
---|---|
PDFICCBasedColorSpace |
PDFResources.getICCColorSpaceByProfileName(java.lang.String desc)
Returns a ICCBased color space by profile name.
|
PDFICCBasedColorSpace |
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res,
java.lang.String explicitName,
PDFICCStream iccStream)
Makes a new ICCBased color space and registers it in the resource context.
|
static PDFICCBasedColorSpace |
PDFICCBasedColorSpace.setupsRGBAsDefaultRGBColorSpace(PDFDocument pdfDoc)
Sets sRGB as the DefaultRGB color space in the PDF document.
|
static PDFICCBasedColorSpace |
PDFICCBasedColorSpace.setupsRGBColorSpace(PDFDocument pdfDoc)
Installs the sRGB color space in the PDF document.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.