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.PDFAnnotation
PDFAnnotation.Link 
 - 
 
- 
Field Summary
- 
Fields inherited from class com.reportmill.pdf.PDFAnnotation
_map, HighlightInvert, HighlightNone, HighlightOutline, HighlightPush 
 - 
 
- 
Method Summary
All 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.PDFAnnotation
setHasBorder, setHighlightMode, setType, writePDF 
- 
Methods inherited from class com.reportmill.base.RMObject
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Link
public Link(RMRect aRect, java.lang.String aUrl)
 
 - 
 
- 
Method Detail
- 
resolvePageReferences
public void resolvePageReferences(PDFPagesTree pages, PDFXTable xref, PDFPage thisPage)
Description copied from class:PDFAnnotationTells the annotation to resolve page references.- Overrides:
 resolvePageReferencesin classPDFAnnotation
 
 - 
 
 -