Uses of Class
org.apache.fop.pdf.PDFICCStream
-
Packages that use PDFICCStream Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFICCStream in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFICCStream Modifier and Type Field Description private PDFICCStream
PDFOutputIntent. destOutputProfile
private PDFICCStream
PDFICCBasedColorSpace. iccStream
Methods in org.apache.fop.pdf that return PDFICCStream Modifier and Type Method Description PDFICCStream
PDFOutputIntent. getDestOutputProfile()
PDFICCStream
AlphaRasterImage. getICCStream()
Get the ICC stream for this image.PDFICCStream
BitmapImage. getICCStream()
Get the ICC stream.PDFICCStream
PDFICCBasedColorSpace. getICCStream()
PDFICCStream
PDFImage. getICCStream()
Get the ICC stream for this image.PDFICCStream
PDFFactory. makePDFICCStream()
Create a PDFICCStreamstatic PDFICCStream
PDFICCBasedColorSpace. setupsRGBColorProfile(PDFDocument pdfDoc)
Sets up the sRGB color profile in the PDF document.Methods in org.apache.fop.pdf with parameters of type PDFICCStream Modifier and Type Method Description PDFICCBasedColorSpace
PDFFactory. makeICCBasedColorSpace(PDFResourceContext res, java.lang.String explicitName, PDFICCStream iccStream)
Makes a new ICCBased color space and registers it in the resource context.void
PDFOutputIntent. setDestOutputProfile(PDFICCStream destOutputProfile)
Sets the destination ICC profile.Constructors in org.apache.fop.pdf with parameters of type PDFICCStream Constructor Description PDFICCBasedColorSpace(java.lang.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 PDFICCStream Modifier and Type Field Description private PDFICCStream
PDFRenderingUtil. outputProfile
the ICC stream used as output profile by this document for PDF/A and PDF/X functionality.private PDFICCStream
AbstractImageAdapter. pdfICCStream
Methods in org.apache.fop.render.pdf that return PDFICCStream Modifier and Type Method Description private static PDFICCStream
AbstractImageAdapter. getDefaultsRGBICCStream(PDFICCBasedColorSpace cs, PDFDocument doc, java.lang.String profileDesc)
PDFICCStream
AbstractImageAdapter. getICCStream()
Get the ICC stream for this image.private static PDFICCStream
AbstractImageAdapter. setupColorProfile(PDFDocument doc, java.awt.color.ICC_Profile prof, PDFDeviceColorSpace pdfCS)
private static PDFICCStream
AbstractImageAdapter. setupsRGBColorProfile(PDFDocument doc)
-