fop 1.0

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

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

Uses of PDFGoTo in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFGoTo
protected  PDFGoTo PDFDocument.findGoTo(PDFGoTo compare)
          Finds a goto.
 PDFGoTo PDFFactory.getPDFGoTo(java.lang.String pdfPageRef, java.awt.geom.Point2D position)
          Finds and returns a PDFGoTo to the given page and position.
 

Methods in org.apache.fop.pdf with parameters of type PDFGoTo
protected  PDFGoTo PDFDocument.findGoTo(PDFGoTo compare)
          Finds a goto.
 

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

Methods in org.apache.fop.render.pdf that return PDFGoTo
protected  PDFGoTo PDFRenderer.getPDFGoToForID(java.lang.String targetID, java.lang.String pvKey)
          Get a PDFGoTo pointing to the given id.
 

Methods in org.apache.fop.render.pdf with parameters of type PDFGoTo
protected  void PDFRenderer.finishIDGoTo(PDFGoTo gt, java.awt.geom.Point2D.Float position)
          Set XY position in the PDFGoTo and add it to the PDF trailer.
protected  void PDFRenderer.finishIDGoTo(PDFGoTo gt, java.lang.String pdfPageRef, java.awt.geom.Point2D.Float position)
          Set page reference and XY position in the PDFGoTo and add it to the PDF trailer.
 


fop 1.0

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