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

Uses in package org.apache.fop.render.pdf

Methods with parameter type org.apache.fop.pdf.PDFGoTo

void
PDFRenderer.finishIDGoTo(PDFGoTo gt, Point2D.Float position)
Set XY position in the PDFGoTo and add it to the PDF trailer.
void
PDFRenderer.finishIDGoTo(PDFGoTo gt, String pdfPageRef, Point2D.Float position)
Set page reference and XY position in the PDFGoTo and add it to the PDF trailer.

Methods with return type org.apache.fop.pdf.PDFGoTo

PDFGoTo
PDFRenderer.getPDFGoToForID(String targetID, String pvKey)
Get a PDFGoTo pointing to the given id.

Uses in package org.apache.fop.pdf

Methods with parameter type org.apache.fop.pdf.PDFGoTo

PDFGoTo
Finds a goto.

Methods with return type org.apache.fop.pdf.PDFGoTo

PDFGoTo
Finds a goto.
PDFGoTo
PDFFactory.getPDFGoTo(String pdfPageRef, Point2D position)
Finds and returns a PDFGoTo to the given page and position.

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