Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method | Description |
---|---|---|
PDFICCStream |
PDFOutputIntent.getDestOutputProfile() |
|
PDFICCStream |
AlphaRasterImage.getICCStream() |
Get the ICC stream for this image.
|
PDFICCStream |
BitmapImage.getICCStream() |
Get the ICC stream.
|
PDFICCStream |
PDFICCBasedColorSpace.getICCStream() |
|
PDFICCStream |
PDFImage.getICCStream() |
Get the ICC stream for this image.
|
PDFICCStream |
PDFFactory.makePDFICCStream() |
Create a PDFICCStream
|
static PDFICCStream |
PDFICCBasedColorSpace.setupsRGBColorProfile(PDFDocument pdfDoc) |
Sets up the sRGB color profile in the PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
PDFICCBasedColorSpace |
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res,
java.lang.String explicitName,
PDFICCStream iccStream) |
Makes a new ICCBased color space and registers it in the resource context.
|
void |
PDFOutputIntent.setDestOutputProfile(PDFICCStream destOutputProfile) |
Sets the destination ICC profile.
|
Constructor | Description |
---|---|
PDFICCBasedColorSpace(java.lang.String explicitName,
PDFICCStream iccStream) |
Constructs a the ICCBased color space with an explicit name (ex.
|
PDFICCBasedColorSpace(PDFICCStream iccStream) |
Constructs a the ICCBased color space.
|
Modifier and Type | Method | Description |
---|---|---|
PDFICCStream |
AbstractImageAdapter.getICCStream() |
Get the ICC stream for this image.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.