fop 1.1

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

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

Uses of PDFColorSpace in org.apache.fop.pdf
 

Classes in org.apache.fop.pdf that implement PDFColorSpace
 class PDFCIELabColorSpace
          This class represents a "CIE L*a*b*" color space.
 class PDFDeviceColorSpace
          Represents a device-specific color space.
 class PDFICCBasedColorSpace
          Represents an ICCBased color space in PDF.
 class PDFSeparationColorSpace
          This class represents a "Separation" color space.
 

Fields in org.apache.fop.pdf with type parameters of type PDFColorSpace
protected  java.util.Map<PDFName,PDFColorSpace> PDFResources.colorSpaces
          Map of color spaces (key: color space name)
 

Methods in org.apache.fop.pdf that return PDFColorSpace
 PDFColorSpace PDFResources.getColorSpace(PDFName name)
          Returns a color space by name.
 

Methods in org.apache.fop.pdf with parameters of type PDFColorSpace
 void PDFResources.addColorSpace(PDFColorSpace colorSpace)
          Add a ColorSpace dictionary to the resources.
 


fop 1.1

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