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 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.Fields in org.apache.fop.pdf declared as PDFColorSpace Modifier and Type Field Description private PDFColorSpace
PDFResources.LazyName. colorSpace
Fields in org.apache.fop.pdf with type parameters of type PDFColorSpace Modifier and Type Field Description protected java.util.Map<PDFResources.LazyName,PDFColorSpace>
PDFResources. colorSpaces
Map of color spaces (key: color space name)Methods in org.apache.fop.pdf that return PDFColorSpace Modifier and Type Method Description PDFColorSpace
PDFResources. 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 void
PDFResources. addColorSpace(PDFColorSpace colorSpace)
Add a ColorSpace dictionary to the resources.private void
PDFColorHandler. establishColor(java.lang.StringBuffer codeBuffer, PDFColorSpace pdfcs, java.awt.Color color, boolean fill)
private void
PDFColorHandler. selectColorSpace(java.lang.StringBuffer codeBuffer, PDFColorSpace pdfcs, boolean fill)
Constructors in org.apache.fop.pdf with parameters of type PDFColorSpace Constructor Description LazyName(PDFColorSpace colorSpace)
-