Uses of Class
org.apache.fop.pdf.PDFICCBasedColorSpace
Packages that use PDFICCBasedColorSpace
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFICCBasedColorSpace in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFICCBasedColorSpaceModifier and TypeFieldDescriptionprotected Map<String, PDFICCBasedColorSpace> PDFResources.iccColorSpacesMap of ICC color spaces (key: ICC profile description)Methods in org.apache.fop.pdf that return PDFICCBasedColorSpaceModifier and TypeMethodDescriptionprivate PDFICCBasedColorSpacePDFColorHandler.getICCBasedColorSpace(ICC_ColorSpace cs) PDFResources.getICCColorSpaceByProfileName(String desc) Returns a ICCBased color space by profile name.PDFFactory.makeICCBasedColorSpace(PDFResourceContext res, String explicitName, PDFICCStream iccStream) Makes a new ICCBased color space and registers it in the resource context.static PDFICCBasedColorSpacePDFICCBasedColorSpace.setupsRGBAsDefaultRGBColorSpace(PDFDocument pdfDoc) Sets sRGB as the DefaultRGB color space in the PDF document.static PDFICCBasedColorSpacePDFICCBasedColorSpace.setupsRGBColorSpace(PDFDocument pdfDoc) Installs the sRGB color space in the PDF document. -
Uses of PDFICCBasedColorSpace in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFICCBasedColorSpaceModifier and TypeFieldDescriptionprivate PDFICCBasedColorSpacePDFRenderingUtil.sRGBColorSpacethe default sRGB color space.Methods in org.apache.fop.render.pdf with parameters of type PDFICCBasedColorSpaceModifier and TypeMethodDescriptionprivate static PDFICCStreamAbstractImageAdapter.getDefaultsRGBICCStream(PDFICCBasedColorSpace cs, PDFDocument doc, String profileDesc)