fop 0.92beta

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

Packages that use PDFLink
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. These classes were developed for FOP, but could be used by other applications wishing to produce PDF. 
 

Uses of PDFLink in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFLink
protected  PDFLink PDFDocument.findLink(PDFLink compare)
          Finds a link.
 PDFLink PDFFactory.makeLink(java.awt.geom.Rectangle2D rect, java.lang.String page, java.lang.String dest)
          Make an internal link.
 PDFLink PDFFactory.makeLink(java.awt.geom.Rectangle2D rect, java.lang.String destination, int linkType, float yoffset)
          make a link object
 

Methods in org.apache.fop.pdf with parameters of type PDFLink
protected  PDFLink PDFDocument.findLink(PDFLink compare)
          Finds a link.
 


fop 0.92beta

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