Uses of Class
org.apache.fop.pdf.PDFDeviceColorSpace
Packages that use PDFDeviceColorSpace
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFDeviceColorSpace in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFDeviceColorSpaceModifier and TypeFieldDescriptionprotected PDFDeviceColorSpacePDFPathPaint.colorSpaceThe color space for this paintMethods in org.apache.fop.pdf that return PDFDeviceColorSpaceModifier and TypeMethodDescriptionAlphaRasterImage.getColorSpace()Get the color space for this image.BitmapImage.getColorSpace()Get the color space for the image data.PDFImage.getColorSpace()Get the color space for this image.PDFDocument.getPDFColorSpace()Returns the PDF color space object.static PDFDeviceColorSpacePDFDeviceColorSpace.toPDFColorSpace(ColorSpace cs) Returns a suitablePDFDeviceColorSpaceobject given aColorSpaceobject.Methods in org.apache.fop.pdf with parameters of type PDFDeviceColorSpaceModifier and TypeMethodDescriptionvoidBitmapImage.setColorSpace(PDFDeviceColorSpace cs) Set the color space for this image.voidPDFICCStream.setColorSpace(ICC_Profile icc, PDFDeviceColorSpace alt) Sets the color space to encode in PDF.Constructors in org.apache.fop.pdf with parameters of type PDFDeviceColorSpaceModifierConstructorDescriptionPDFShading(int shadingType, PDFDeviceColorSpace colorSpace, List coords, PDFFunction pdfFunction) Constructor for Type 2 and 3 -
Uses of PDFDeviceColorSpace in org.apache.fop.render.gradient
Methods in org.apache.fop.render.gradient that return PDFDeviceColorSpaceConstructors in org.apache.fop.render.gradient with parameters of type PDFDeviceColorSpaceModifierConstructorDescriptionShading(int shadingType, PDFDeviceColorSpace colorSpace, List<Double> coords, Function function) -
Uses of PDFDeviceColorSpace in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFDeviceColorSpaceModifier and TypeMethodDescriptionImageRawCCITTFaxAdapter.getColorSpace()Get the color space for this image.ImageRawJPEGAdapter.getColorSpace()Get the color space for this image.ImageRawPNGAdapter.getColorSpace()Get the color space for this image.ImageRenderedAdapter.getColorSpace()Get the color space for this image.static PDFDeviceColorSpaceAbstractImageAdapter.toPDFColorSpace(ColorSpace cs) Converts a ColorSpace object to a PDFColorSpace object.