fop 0.92beta

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

Packages that use PDFICCStream
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 PDFICCStream in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFICCStream
 PDFICCStream PDFImage.getICCStream()
          Get the ICC stream for this image.
 PDFICCStream PDFOutputIntent.getDestOutputProfile()
           
 PDFICCStream PDFFactory.makePDFICCStream()
          Create a PDFICCStream
 PDFICCStream BitmapImage.getICCStream()
          Get the ICC stream.
 

Methods in org.apache.fop.pdf with parameters of type PDFICCStream
 void PDFOutputIntent.setDestOutputProfile(PDFICCStream destOutputProfile)
          Sets the destination ICC profile.
 

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

Methods in org.apache.fop.render.pdf that return PDFICCStream
 PDFICCStream FopPDFImage.getICCStream()
           
 


fop 0.92beta

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