Uses of Interface
org.apache.fop.pdf.PDFColorSpace
Packages that use PDFColorSpace
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of PDFColorSpace in org.apache.fop.pdf
Classes in org.apache.fop.pdf that implement PDFColorSpaceModifier and TypeClassDescriptionclass
This class represents a "CIE L*a*b*" color space.class
Represents a device-specific color space.class
Represents an ICCBased color space in PDF.class
This class represents a "Separation" color space.Fields in org.apache.fop.pdf declared as PDFColorSpaceFields in org.apache.fop.pdf with type parameters of type PDFColorSpaceModifier and TypeFieldDescriptionprotected Map
<PDFResources.LazyName, PDFColorSpace> PDFResources.colorSpaces
Map of color spaces (key: color space name)Methods in org.apache.fop.pdf that return PDFColorSpaceModifier and TypeMethodDescriptionPDFResources.getColorSpace
(PDFName name) Returns a color space by name.Methods in org.apache.fop.pdf with parameters of type PDFColorSpaceModifier and TypeMethodDescriptionvoid
PDFResources.addColorSpace
(PDFColorSpace colorSpace) Add a ColorSpace dictionary to the resources.private void
PDFColorHandler.establishColor
(StringBuffer codeBuffer, PDFColorSpace pdfcs, Color color, boolean fill) private void
PDFColorHandler.selectColorSpace
(StringBuffer codeBuffer, PDFColorSpace pdfcs, boolean fill) Constructors in org.apache.fop.pdf with parameters of type PDFColorSpace