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
Methods in org.apache.fop.pdf that return PDFICCStream Modifier and Type Method Description PDFICCStreamPDFOutputIntent. getDestOutputProfile()PDFICCStreamAlphaRasterImage. getICCStream()Get the ICC stream for this image.PDFICCStreamBitmapImage. getICCStream()Get the ICC stream.PDFICCStreamPDFICCBasedColorSpace. getICCStream()PDFICCStreamPDFImage. getICCStream()Get the ICC stream for this image.PDFICCStreamPDFFactory. 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 PDFICCStream Modifier and Type Method Description PDFICCBasedColorSpacePDFFactory. makeICCBasedColorSpace(PDFResourceContext res, java.lang.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 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
Methods in org.apache.fop.render.pdf that return PDFICCStream Modifier and Type Method Description PDFICCStreamAbstractImageAdapter. getICCStream()Get the ICC stream for this image.
-