Uses of Class
org.apache.fop.datatypes.ColorSpace

Packages that use ColorSpace
org.apache.fop.image   
org.apache.fop.pdf   
 

Uses of ColorSpace in org.apache.fop.image
 

Fields in org.apache.fop.image declared as ColorSpace
protected  ColorSpace AbstractFopImage.m_colorSpace
          Image color space (org.apache.fop.datatypes.ColorSpace).
 

Methods in org.apache.fop.image that return ColorSpace
 ColorSpace AbstractFopImage.getColorSpace()
          Return the image color space.
 ColorSpace FopImage.getColorSpace()
           
 

Uses of ColorSpace in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as ColorSpace
protected  ColorSpace PDFPathPaint.colorSpace
           
protected  ColorSpace PDFShading.colorSpace
          A ColorSpace representing the colorspace.
protected  ColorSpace PDFDocument.colorspace
          the colorspace (0=RGB, 1=CMYK)
 

Methods in org.apache.fop.pdf with parameters of type ColorSpace
 PDFShading PDFDocument.makeShading(int theShadingType, ColorSpace 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 PDFDocument.makeShading(int theShadingType, ColorSpace 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 PDFDocument.makeShading(int theShadingType, ColorSpace 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 PDFDocument.makeShading(int theShadingType, ColorSpace 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 PDFDocument.createGradient(boolean radial, ColorSpace theColorspace, java.util.List theColors, java.util.List theBounds, java.util.List theCoords)
           
 void PDFICCStream.setColorSpace(ColorSpace cs)
           
 

Constructors in org.apache.fop.pdf with parameters of type ColorSpace
PDFShading(int theNumber, java.lang.String theShadingName, int theShadingType, ColorSpace 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 theNumber, java.lang.String theShadingName, int theShadingType, ColorSpace 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 theNumber, java.lang.String theShadingName, int theShadingType, ColorSpace 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 theNumber, java.lang.String theShadingName, int theShadingType, ColorSpace 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
PDFICCStream(int num, ColorSpace cs)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.