fop 1.0

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

Packages that use PDFDeviceColorSpace
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFDeviceColorSpace in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFDeviceColorSpace
protected  PDFDeviceColorSpace PDFShading.colorSpace
          A ColorSpace representing the colorspace.
protected  PDFDeviceColorSpace PDFPathPaint.colorSpace
          The color space for this paint
 

Methods in org.apache.fop.pdf that return PDFDeviceColorSpace
 PDFDeviceColorSpace AlphaRasterImage.getColorSpace()
          Get the color space for this image.
 PDFDeviceColorSpace BitmapImage.getColorSpace()
          Get the color space for the image data.
 PDFDeviceColorSpace PDFImage.getColorSpace()
          Get the color space for this image.
 PDFDeviceColorSpace PDFDocument.getPDFColorSpace()
          Returns the PDF color space object.
 

Methods in org.apache.fop.pdf with parameters of type PDFDeviceColorSpace
 PDFPattern PDFFactory.makeGradient(PDFResourceContext res, boolean radial, PDFDeviceColorSpace theColorspace, java.util.List theColors, java.util.List theBounds, java.util.List theCoords, java.util.List theMatrix)
          Make a gradient
 PDFShading PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, java.util.List theDecode, PDFFunction theFunction)
          Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh shading object
 PDFShading PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, java.util.List theDecode, int theVerticesPerRow, PDFFunction theFunction)
          make a Lattice-Form Gouraud mesh shading object
 PDFShading PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, java.util.List theDomain, java.util.List theMatrix, PDFFunction theFunction)
          make a function based shading object
 PDFShading PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, java.util.List theCoords, java.util.List theDomain, PDFFunction theFunction, java.util.List theExtend)
          Make an axial or radial shading object.
 void PDFICCStream.setColorSpace(java.awt.color.ICC_Profile icc, PDFDeviceColorSpace alt)
          Sets the color space to encode in PDF.
 void BitmapImage.setColorSpace(PDFDeviceColorSpace cs)
          Set the color space for this image.
 

Constructors in org.apache.fop.pdf with parameters of type PDFDeviceColorSpace
PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, java.util.List theDecode, PDFFunction theFunction)
          Constructor for Type 4,6, or 7
PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, java.util.List theDecode, int theVerticesPerRow, PDFFunction theFunction)
          Constructor for type 5
PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, java.util.List theDomain, java.util.List theMatrix, PDFFunction theFunction)
          Constructor for type function based shading
PDFShading(int theShadingType, PDFDeviceColorSpace theColorSpace, java.util.List theBackground, java.util.List theBBox, boolean theAntiAlias, java.util.List theCoords, java.util.List theDomain, PDFFunction theFunction, java.util.List theExtend)
          Constructor for Type 2 and 3
 

Uses of PDFDeviceColorSpace in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that return PDFDeviceColorSpace
 PDFDeviceColorSpace ImageRawJPEGAdapter.getColorSpace()
          Get the color space for this image.
 PDFDeviceColorSpace ImageRawCCITTFaxAdapter.getColorSpace()
          Get the color space for this image.
 PDFDeviceColorSpace ImageRenderedAdapter.getColorSpace()
          Get the color space for this image.
static PDFDeviceColorSpace AbstractImageAdapter.toPDFColorSpace(java.awt.color.ColorSpace cs)
          Converts a ColorSpace object to a PDFColorSpace object.
 


fop 1.0

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