Class PDFAnnotation.Link
- java.lang.Object
- 
- com.inductiveautomation.rm.base.RMListenerList
- 
- com.inductiveautomation.rm.base.RMObject
- 
- com.inductiveautomation.rm.pdf.writer.PDFAnnotation
- 
- com.inductiveautomation.rm.pdf.writer.PDFAnnotation.Link
 
 
 
 
- 
- All Implemented Interfaces:
- RMPropertyChanger,- 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.inductiveautomation.rm.pdf.writer.PDFAnnotationPDFAnnotation.Link
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.rm.pdf.writer.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.inductiveautomation.rm.pdf.writer.PDFAnnotationgetAnnotationMap, setHasBorder, setHighlightMode, setType
 - 
Methods inherited from class com.inductiveautomation.rm.base.RMObjectaddPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange, toString
 - 
Methods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
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
 
 
- 
 
-