fop 0.92beta

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

Packages that use PDFColorSpace
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFColorSpace in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFColorSpace
protected  PDFColorSpace PDFShading.colorSpace
          A ColorSpace representing the colorspace.
protected  PDFColorSpace PDFDocument.colorspace
          the colorspace (0=RGB, 1=CMYK)
protected  PDFColorSpace PDFPathPaint.colorSpace
          The color space for this paint
 

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

Methods in org.apache.fop.pdf with parameters of type PDFColorSpace
 void PDFICCStream.setColorSpace(java.awt.color.ICC_Profile cp, PDFColorSpace alt)
          Sets the color space to encode in PDF.
 PDFShading PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFColorSpace 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, PDFColorSpace 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.
 PDFShading PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFColorSpace 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, PDFColorSpace 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
 PDFPattern PDFFactory.makeGradient(PDFResourceContext res, boolean radial, PDFColorSpace theColorspace, java.util.List theColors, java.util.List theBounds, java.util.List theCoords, java.util.List theMatrix)
          Make a gradient
 void BitmapImage.setColorSpace(PDFColorSpace cs)
          Set the color space for this image.
 

Constructors in org.apache.fop.pdf with parameters of type PDFColorSpace
PDFShading(int theShadingType, PDFColorSpace 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, PDFColorSpace 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
PDFShading(int theShadingType, PDFColorSpace 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, PDFColorSpace 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
 

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

Methods in org.apache.fop.render.pdf that return PDFColorSpace
 PDFColorSpace FopPDFImage.getColorSpace()
           
static PDFColorSpace FopPDFImage.toPDFColorSpace(java.awt.color.ColorSpace cs)
          Converts a ColorSpace object to a PDFColorSpace object.
 


fop 0.92beta

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