-
- All Implemented Interfaces:
-
org.readium.r2.navigator.Navigator
public interface HyperlinkNavigator implements Navigator
A navigator supporting hyperlinks.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHyperlinkNavigator.LinkContextpublic final classHyperlinkNavigator.FootnoteContextpublic interfaceHyperlinkNavigator.Listener
-
Method Summary
Modifier and Type Method Description abstract StateFlow<Locator>getCurrentLocator()Current position in the publication. LocatorgetCurrentLocation()-
-
Method Detail
-
getCurrentLocator
abstract StateFlow<Locator> getCurrentLocator()
Current position in the publication. Can be used to save a bookmark to the current position.
-
getCurrentLocation
Locator getCurrentLocation()
-
-
-
-