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.PDFAnnotation
PDFAnnotation.Link 
 - 
 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.rm.pdf.writer.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.inductiveautomation.rm.pdf.writer.PDFAnnotation
getAnnotationMap, setHasBorder, setHighlightMode, setType 
- 
Methods inherited from class com.inductiveautomation.rm.base.RMObject
addPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange, toString 
- 
Methods inherited from class com.inductiveautomation.rm.base.RMListenerList
addListener, clone, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener 
 - 
 
 - 
 
- 
- 
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
 
 - 
 
 -