fop 0.95

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 PDFDocument.findDestination(PDFDestination compare)
          Finds a named destination.
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.
 

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


fop 0.95

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