fop 0.94

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

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

Uses of PDFDestination in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFDestination
protected  PDFDestination PDFFactory.getUniqueDestination(PDFDestination newdest)
          Registers and returns newdest if it is unique.
 PDFDestination PDFFactory.makeDestination(java.lang.String idRef, java.lang.Object goToRef)
          Make a named destination.
protected  PDFDestination PDFDocument.findDestination(PDFDestination compare)
          Finds a named destination.
 

Methods in org.apache.fop.pdf with parameters of type PDFDestination
protected  PDFDestination PDFFactory.getUniqueDestination(PDFDestination newdest)
          Registers and returns newdest if it is unique.
protected  PDFDestination PDFDocument.findDestination(PDFDestination compare)
          Finds a named destination.
 void PDFDocument.addDestination(PDFDestination destination)
          Adds a destination to the document.
 


fop 0.94

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