Uses of Class
org.apache.fop.pdf.PDFDeviceColorSpace
-
Packages that use PDFDeviceColorSpace Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.gradient org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFDeviceColorSpace in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFDeviceColorSpace Modifier and Type Field Description private PDFDeviceColorSpacePDFDocument. colorspacethe colorspace (0=RGB, 1=CMYK)private PDFDeviceColorSpaceAlphaRasterImage. colorSpaceprivate PDFDeviceColorSpaceBitmapImage. colorSpaceprotected PDFDeviceColorSpacePDFPathPaint. colorSpaceThe color space for this paintprivate PDFDeviceColorSpacePDFICCStream. pdfColorSpaceMethods in org.apache.fop.pdf that return PDFDeviceColorSpace Modifier and Type Method Description PDFDeviceColorSpaceAlphaRasterImage. getColorSpace()Get the color space for this image.PDFDeviceColorSpaceBitmapImage. getColorSpace()Get the color space for the image data.PDFDeviceColorSpacePDFImage. getColorSpace()Get the color space for this image.PDFDeviceColorSpacePDFDocument. getPDFColorSpace()Returns the PDF color space object.static PDFDeviceColorSpacePDFDeviceColorSpace. toPDFColorSpace(java.awt.color.ColorSpace cs)Returns a suitablePDFDeviceColorSpaceobject given aColorSpaceobject.Methods in org.apache.fop.pdf with parameters of type PDFDeviceColorSpace Modifier and Type Method Description voidBitmapImage. setColorSpace(PDFDeviceColorSpace cs)Set the color space for this image.voidPDFICCStream. setColorSpace(java.awt.color.ICC_Profile icc, PDFDeviceColorSpace alt)Sets the color space to encode in PDF.Constructors in org.apache.fop.pdf with parameters of type PDFDeviceColorSpace Constructor Description PDFShading(int shadingType, PDFDeviceColorSpace colorSpace, java.util.List coords, PDFFunction pdfFunction)Constructor for Type 2 and 3 -
Uses of PDFDeviceColorSpace in org.apache.fop.render.gradient
Fields in org.apache.fop.render.gradient declared as PDFDeviceColorSpace Modifier and Type Field Description private PDFDeviceColorSpaceShading. colorSpaceA ColorSpace representing the colorspace.Methods in org.apache.fop.render.gradient that return PDFDeviceColorSpace Modifier and Type Method Description PDFDeviceColorSpaceShading. getColorSpace()Constructors in org.apache.fop.render.gradient with parameters of type PDFDeviceColorSpace Constructor Description Shading(int shadingType, PDFDeviceColorSpace colorSpace, java.util.List<java.lang.Double> coords, Function function) -
Uses of PDFDeviceColorSpace in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFDeviceColorSpace Modifier and Type Method Description PDFDeviceColorSpaceImageRawCCITTFaxAdapter. getColorSpace()Get the color space for this image.PDFDeviceColorSpaceImageRawJPEGAdapter. getColorSpace()Get the color space for this image.PDFDeviceColorSpaceImageRawPNGAdapter. getColorSpace()Get the color space for this image.PDFDeviceColorSpaceImageRenderedAdapter. getColorSpace()Get the color space for this image.static PDFDeviceColorSpaceAbstractImageAdapter. toPDFColorSpace(java.awt.color.ColorSpace cs)Converts a ColorSpace object to a PDFColorSpace object.Methods in org.apache.fop.render.pdf with parameters of type PDFDeviceColorSpace Modifier and Type Method Description private static PDFICCStreamAbstractImageAdapter. setupColorProfile(PDFDocument doc, java.awt.color.ICC_Profile prof, PDFDeviceColorSpace pdfCS)
-