Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
PDFICCBasedColorSpace |
PDFResources.getColorSpace(java.lang.String name)
Returns a color space by name.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFResources.addColorSpace(PDFICCBasedColorSpace colorSpace)
Add a ColorSpace dictionary to the resources.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.