Uses of Class org.apache.fop.pdf.PDFDeviceColorSpace

Uses in package org.apache.fop.pdf

Constructors with parameter type org.apache.fop.pdf.PDFDeviceColorSpace

PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction)
Constructor for type function based shading
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend)
Constructor for Type 2 and 3
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List theDecode, int theVerticesPerRow, PDFFunction theFunction)
Constructor for type 5
PDFShading.PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List theDecode, PDFFunction theFunction)
Constructor for Type 4,6, or 7

Fields of type org.apache.fop.pdf.PDFDeviceColorSpace

PDFDeviceColorSpace
The color space for this paint
PDFDeviceColorSpace
A ColorSpace representing the colorspace.
PDFDeviceColorSpace
the colorspace (0=RGB, 1=CMYK)

Methods with parameter type org.apache.fop.pdf.PDFDeviceColorSpace

PDFPattern
PDFFactory.makeGradient(PDFResourceContext res, boolean radial, PDFDeviceColorSpace theColorspace, List theColors, List theBounds, List theCoords, List theMatrix)
Make a gradient
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction)
make a function based shading object
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend)
Make an axial or radial shading object.
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List theDecode, int theVerticesPerRow, PDFFunction theFunction)
make a Lattice-Form Gouraud mesh shading object
PDFShading
PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List theDecode, PDFFunction theFunction)
Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh shading object
void
Sets the color space to encode in PDF.
void
Set the color space for this image.

Methods with return type org.apache.fop.pdf.PDFDeviceColorSpace

PDFDeviceColorSpace
PDFDeviceColorSpace
Get the color space for the image data.
PDFDeviceColorSpace
Get the color space for this image.
PDFDeviceColorSpace
Get the PDF color space object.

Uses in package org.apache.fop.render.pdf

Methods with return type org.apache.fop.pdf.PDFDeviceColorSpace

PDFDeviceColorSpace
PDFDeviceColorSpace
PDFDeviceColorSpace
PDFDeviceColorSpace
Converts a ColorSpace object to a PDFColorSpace object.

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.