Uses of Interface
org.apache.fop.pdf.PDFColorSpace
-
Packages that use PDFColorSpace Package Description org.apache.fop.pdf 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 PDFColorSpace Modifier and Type Class Description classPDFCIELabColorSpaceThis class represents a "CIE L*a*b*" color space.classPDFDeviceColorSpaceRepresents a device-specific color space.classPDFICCBasedColorSpaceRepresents an ICCBased color space in PDF.classPDFSeparationColorSpaceThis class represents a "Separation" color space.Fields in org.apache.fop.pdf with type parameters of type PDFColorSpace Modifier and Type Field Description protected java.util.Map<org.apache.fop.pdf.PDFResources.LazyName,PDFColorSpace>PDFResources. colorSpacesMap of color spaces (key: color space name)Methods in org.apache.fop.pdf that return PDFColorSpace Modifier and Type Method Description PDFColorSpacePDFResources. getColorSpace(PDFName name)Returns a color space by name.Methods in org.apache.fop.pdf with parameters of type PDFColorSpace Modifier and Type Method Description voidPDFResources. addColorSpace(PDFColorSpace colorSpace)Add a ColorSpace dictionary to the resources.
-