Package com.reportmill.pdf
Class PDFAnnotation.Link
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.pdf.PDFAnnotation
- 
- com.reportmill.pdf.PDFAnnotation.Link
 
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 - Enclosing class:
- PDFAnnotation
 
 public static class PDFAnnotation.Link extends PDFAnnotation An inner class (and annotation subclass) to support hyperlinks.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.reportmill.pdf.PDFAnnotationPDFAnnotation.Link
 
- 
 - 
Field Summary- 
Fields inherited from class com.reportmill.pdf.PDFAnnotation_map, HighlightInvert, HighlightNone, HighlightOutline, HighlightPush
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresolvePageReferences(PDFPagesTree pages, PDFXTable xref, PDFPage thisPage)Tells the annotation to resolve page references.- 
Methods inherited from class com.reportmill.pdf.PDFAnnotationsetHasBorder, setHighlightMode, setType, writePDF
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Constructor Detail- 
Linkpublic Link(RMRect aRect, java.lang.String aUrl) 
 
- 
 - 
Method Detail- 
resolvePageReferencespublic void resolvePageReferences(PDFPagesTree pages, PDFXTable xref, PDFPage thisPage) Description copied from class:PDFAnnotationTells the annotation to resolve page references.- Overrides:
- resolvePageReferencesin class- PDFAnnotation
 
 
- 
 
-