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 TypeFieldDescriptionprivate PDFDeviceColorSpace
PDFDocument.colorspace
the colorspace (0=RGB, 1=CMYK)private PDFDeviceColorSpace
AlphaRasterImage.colorSpace
private PDFDeviceColorSpace
BitmapImage.colorSpace
protected PDFDeviceColorSpace
PDFPathPaint.colorSpace
The color space for this paintprivate PDFDeviceColorSpace
PDFICCStream.pdfColorSpace
Methods 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 PDFDeviceColorSpace
PDFDeviceColorSpace.toPDFColorSpace
(ColorSpace cs) Returns a suitablePDFDeviceColorSpace
object given aColorSpace
object.Methods in org.apache.fop.pdf with parameters of type PDFDeviceColorSpaceModifier and TypeMethodDescriptionvoid
BitmapImage.setColorSpace
(PDFDeviceColorSpace cs) Set the color space for this image.void
PDFICCStream.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
Fields in org.apache.fop.render.gradient declared as PDFDeviceColorSpaceModifier and TypeFieldDescriptionprivate final PDFDeviceColorSpace
Shading.colorSpace
A ColorSpace representing the colorspace.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 PDFDeviceColorSpace
AbstractImageAdapter.toPDFColorSpace
(ColorSpace cs) Converts a ColorSpace object to a PDFColorSpace object.Methods in org.apache.fop.render.pdf with parameters of type PDFDeviceColorSpaceModifier and TypeMethodDescriptionprivate static PDFICCStream
AbstractImageAdapter.setupColorProfile
(PDFDocument doc, ICC_Profile prof, PDFDeviceColorSpace pdfCS)