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 TypeClassDescriptionclassThis class represents a "CIE L*a*b*" color space.classRepresents a device-specific color space.classRepresents an ICCBased color space in PDF.classThis 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.colorSpacesMap 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 TypeMethodDescriptionvoidPDFResources.addColorSpace(PDFColorSpace colorSpace) Add a ColorSpace dictionary to the resources.private voidPDFColorHandler.establishColor(StringBuffer codeBuffer, PDFColorSpace pdfcs, Color color, boolean fill) private voidPDFColorHandler.selectColorSpace(StringBuffer codeBuffer, PDFColorSpace pdfcs, boolean fill) Constructors in org.apache.fop.pdf with parameters of type PDFColorSpace