fop 0.91beta

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
 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
protected  PDFLink PDFDocument.findLink(PDFLink compare)
          Finds a link.
 

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


fop 0.91beta

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