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 PDFDocument.colorspace
          the colorspace (0=RGB, 1=CMYK)
protected  ColorSpace PDFPathPaint.colorSpace
           
protected  ColorSpace PDFShading.colorSpace
          A ColorSpace representing the colorspace.
 

Methods in org.apache.fop.pdf with parameters of type ColorSpace
 PDFPattern PDFDocument.createGradient(boolean radial, ColorSpace theColorspace, List theColors, List theBounds, List theCoords)
           
 PDFShading PDFDocument.makeShading(int theShadingType, ColorSpace 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
 PDFShading PDFDocument.makeShading(int theShadingType, ColorSpace 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 PDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction)
          make a function based shading object
 PDFShading PDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend)
          Make an axial or radial shading object.
 void PDFICCStream.setColorSpace(ColorSpace cs)
           
 

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



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