Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected Map<org.apache.fop.pdf.PDFResources.LazyName,PDFColorSpace> |
PDFResources.colorSpaces
Map of color spaces (key: color space name)
|
Modifier and Type | Method and Description |
---|---|
PDFColorSpace |
PDFResources.getColorSpace(PDFName name)
Returns a color space by name.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFResources.addColorSpace(PDFColorSpace colorSpace)
Add a ColorSpace dictionary to the resources.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.