Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.gradient | |
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Field and Description |
---|---|
protected PDFDeviceColorSpace |
PDFPathPaint.colorSpace
The color space for this paint
|
Modifier and Type | Method and Description |
---|---|
PDFDeviceColorSpace |
BitmapImage.getColorSpace()
Get the color space for the image data.
|
PDFDeviceColorSpace |
AlphaRasterImage.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
PDFImage.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
PDFDocument.getPDFColorSpace()
Returns the PDF color space object.
|
static PDFDeviceColorSpace |
PDFDeviceColorSpace.toPDFColorSpace(java.awt.color.ColorSpace cs)
Returns a suitable
PDFDeviceColorSpace object given a ColorSpace object. |
Modifier and Type | Method and Description |
---|---|
void |
PDFICCStream.setColorSpace(java.awt.color.ICC_Profile icc,
PDFDeviceColorSpace alt)
Sets the color space to encode in PDF.
|
void |
BitmapImage.setColorSpace(PDFDeviceColorSpace cs)
Set the color space for this image.
|
Constructor and Description |
---|
PDFShading(int shadingType,
PDFDeviceColorSpace colorSpace,
java.util.List coords,
PDFFunction pdfFunction)
Constructor for Type 2 and 3
|
Modifier and Type | Method and Description |
---|---|
PDFDeviceColorSpace |
Shading.getColorSpace() |
Constructor and Description |
---|
Shading(int shadingType,
PDFDeviceColorSpace colorSpace,
java.util.List<java.lang.Double> coords,
Function function) |
Modifier and Type | Method and Description |
---|---|
PDFDeviceColorSpace |
ImageRenderedAdapter.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
ImageRawCCITTFaxAdapter.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
ImageRawPNGAdapter.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
ImageRawJPEGAdapter.getColorSpace()
Get the color space for this image.
|
static PDFDeviceColorSpace |
AbstractImageAdapter.toPDFColorSpace(java.awt.color.ColorSpace cs)
Converts a ColorSpace object to a PDFColorSpace object.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.