-
- All Implemented Interfaces:
-
org.readium.navigator.media.common.MediaNavigator.Location,org.readium.navigator.media.common.TextAwareMediaNavigator.Location
public final class TtsNavigator.Location implements TextAwareMediaNavigator.Location
-
-
Field Summary
Fields Modifier and Type Field Description private final Urlhrefprivate final Stringutteranceprivate final IntRangerangeprivate final StringtextBeforeprivate final StringtextAfterprivate final LocatorutteranceLocatorprivate final LocatortokenLocator
-
Constructor Summary
Constructors Constructor Description TtsNavigator.Location(Url href, String utterance, IntRange range, String textBefore, String textAfter, Locator utteranceLocator, Locator tokenLocator)
-
Method Summary
Modifier and Type Method Description UrlgetHref()StringgetUtterance()IntRangegetRange()StringgetTextBefore()StringgetTextAfter()LocatorgetUtteranceLocator()LocatorgetTokenLocator()-
-
Method Detail
-
getHref
Url getHref()
-
getUtterance
String getUtterance()
-
getTextBefore
String getTextBefore()
-
getTextAfter
String getTextAfter()
-
getUtteranceLocator
Locator getUtteranceLocator()
-
getTokenLocator
Locator getTokenLocator()
-
-
-
-