fop 1.1

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

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

Uses of PDFReference in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFReference
 PDFReference AlphaRasterImage.getSoftMaskReference()
          Get the PDF reference for a soft mask.
 PDFReference BitmapImage.getSoftMaskReference()
          Get the PDF reference for a soft mask.
 PDFReference PDFImage.getSoftMaskReference()
          Get the PDF reference for a soft mask.
 PDFReference PDFSeparationColorSpace.getTintFunction()
          Returns a reference to the tint function that is used as a fallback if the colorant is not available.
 PDFReference PDFObject.makeReference()
          Creates and returns a reference to this object.
 

Methods in org.apache.fop.pdf with parameters of type PDFReference
 PDFFormXObject PDFDocument.addFormXObject(PDFResourceContext res, PDFStream cont, PDFReference formres, java.lang.String key)
          Add a form XObject to the PDF document.
 

Constructors in org.apache.fop.pdf with parameters of type PDFReference
PDFFormXObject(int xnumber, PDFStream contents, PDFReference resources)
          create a FormXObject with the given number and name and load the image in the object
PDFGoToRemote(PDFReference pdfFileSpec, int page, boolean newWindow)
          Create an GoToR object.
PDFLaunch(PDFReference fileSpec)
          Creates a new /Launch action.
 

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

Methods in org.apache.fop.render.pdf that return PDFReference
 PDFReference ImageRenderedAdapter.getSoftMaskReference()
          Get the PDF reference for a soft mask.
 PDFReference ImageRawPNGAdapter.getSoftMaskReference()
          Get the PDF reference for a soft mask.
 PDFReference AbstractImageAdapter.getSoftMaskReference()
          Get the PDF reference for a soft mask.
 


fop 1.1

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