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
,Cloneable
- Enclosing class:
- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
resolvePageReferences
(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 Details
-
Link
-
-
Method Details
-
resolvePageReferences
Description copied from class:PDFAnnotation
Tells the annotation to resolve page references.- Overrides:
resolvePageReferences
in classPDFAnnotation
-