-
- All Implemented Interfaces:
-
org.readium.r2.shared.publication.Publication.Service,org.readium.r2.shared.util.Closeable
public interface LocatorService implements Publication.Service
Locates the destination of various sources (e.g. locators, progression, etc.) in the publication.
This service can be used to implement a variety of features, such as:
-
-
Method Summary
Modifier and Type Method Description abstract Locatorlocate(Locator locator)Locates the target of the given locator. abstract LocatorlocateProgression(Double totalProgression)Locates the target at the given totalProgression relative to the whole publication. -
-
Method Detail
-
locateProgression
abstract Locator locateProgression(Double totalProgression)
Locates the target at the given totalProgression relative to the whole publication.
-
-
-
-