fop 0.94 | |
Frames | No Frames |
Methods with return type org.apache.fop.pdf.PDFDeviceColorSpace | |
PDFDeviceColorSpace | |
PDFDeviceColorSpace | FopPDFImage.toPDFColorSpace(ColorSpace cs) Converts a ColorSpace object to a PDFColorSpace object. |
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 | Get the color space for the image data. |
PDFDeviceColorSpace | Get the color space for this image. |
PDFDeviceColorSpace | Get the PDF color space object. |
fop 0.94 |