|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFLink
class representing an /Annot object of /Subtype /Link
Field Summary |
Fields inherited from class org.apache.fop.pdf.PDFObject |
generation, number |
Constructor Summary | |
PDFLink(int number,
java.awt.Rectangle r)
create objects associated with a link annotation (GoToR) |
Method Summary | |
void |
setAction(PDFAction action)
|
byte[] |
toPDF()
produce the PDF representation of the object |
Methods inherited from class org.apache.fop.pdf.PDFObject |
getNumber, output, referencePDF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFLink(int number, java.awt.Rectangle r)
number
- the object's numberMethod Detail |
public void setAction(PDFAction action)
public byte[] toPDF()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |