-
- All Implemented Interfaces:
-
org.readium.r2.navigator.HyperlinkNavigator.LinkContext
public final class HyperlinkNavigator.FootnoteContext implements HyperlinkNavigator.LinkContext
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnoteContent
-
Constructor Summary
Constructors Constructor Description HyperlinkNavigator.FootnoteContext(String noteContent)
-
Method Summary
Modifier and Type Method Description final StringgetNoteContent()-
-
Constructor Detail
-
HyperlinkNavigator.FootnoteContext
HyperlinkNavigator.FootnoteContext(String noteContent)
- Parameters:
noteContent- Content of the footnote.
-
-
Method Detail
-
getNoteContent
final String getNoteContent()
-
-
-
-