Uses of Class
org.apache.fop.pdf.PDFICCStream
Packages that use PDFICCStream
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFICCStream in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFICCStreamModifier and TypeFieldDescriptionprivate PDFICCStreamPDFOutputIntent.destOutputProfileprivate PDFICCStreamPDFICCBasedColorSpace.iccStreamMethods in org.apache.fop.pdf that return PDFICCStreamModifier and TypeMethodDescriptionPDFOutputIntent.getDestOutputProfile()AlphaRasterImage.getICCStream()Get the ICC stream for this image.BitmapImage.getICCStream()Get the ICC stream.PDFICCBasedColorSpace.getICCStream()PDFImage.getICCStream()Get the ICC stream for this image.PDFFactory.makePDFICCStream()Create a PDFICCStreamstatic PDFICCStreamPDFICCBasedColorSpace.setupsRGBColorProfile(PDFDocument pdfDoc) Sets up the sRGB color profile in the PDF document.Methods in org.apache.fop.pdf with parameters of type PDFICCStreamModifier and TypeMethodDescriptionPDFFactory.makeICCBasedColorSpace(PDFResourceContext res, String explicitName, PDFICCStream iccStream) Makes a new ICCBased color space and registers it in the resource context.voidPDFOutputIntent.setDestOutputProfile(PDFICCStream destOutputProfile) Sets the destination ICC profile.Constructors in org.apache.fop.pdf with parameters of type PDFICCStreamModifierConstructorDescriptionPDFICCBasedColorSpace(String explicitName, PDFICCStream iccStream) Constructs a the ICCBased color space with an explicit name (ex.PDFICCBasedColorSpace(PDFICCStream iccStream) Constructs a the ICCBased color space. -
Uses of PDFICCStream in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFICCStreamModifier and TypeFieldDescriptionprivate PDFICCStreamPDFRenderingUtil.outputProfilethe ICC stream used as output profile by this document for PDF/A and PDF/X functionality.private PDFICCStreamAbstractImageAdapter.pdfICCStreamMethods in org.apache.fop.render.pdf that return PDFICCStreamModifier and TypeMethodDescriptionprivate static PDFICCStreamAbstractImageAdapter.getDefaultsRGBICCStream(PDFICCBasedColorSpace cs, PDFDocument doc, String profileDesc) AbstractImageAdapter.getICCStream()Get the ICC stream for this image.private static PDFICCStreamAbstractImageAdapter.setupColorProfile(PDFDocument doc, ICC_Profile prof, PDFDeviceColorSpace pdfCS) private static PDFICCStreamAbstractImageAdapter.setupsRGBColorProfile(PDFDocument doc)