Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFCIELabColorSpace |
This class represents a "CIE L*a*b*" color space.
|
class |
PDFDeviceColorSpace |
Represents a device-specific color space.
|
class |
PDFICCBasedColorSpace |
Represents an ICCBased color space in PDF.
|
class |
PDFSeparationColorSpace |
This class represents a "Separation" color space.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Map<org.apache.fop.pdf.PDFResources.LazyName,PDFColorSpace> |
PDFResources.colorSpaces |
Map of color spaces (key: color space name)
|
Modifier and Type | Method | Description |
---|---|---|
PDFColorSpace |
PDFResources.getColorSpace(PDFName name) |
Returns a color space by name.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFResources.addColorSpace(PDFColorSpace colorSpace) |
Add a ColorSpace dictionary to the resources.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.