Package 

Interface PositionsService

  • All Implemented Interfaces:
    org.readium.r2.shared.publication.Publication.Service , org.readium.r2.shared.util.Closeable

    
    public interface PositionsService
     implements Publication.Service
                        

    Provides a list of discrete locations in the publication, no matter what the original format is.

    • Method Summary

      Modifier and Type Method Description
      abstract List<List<Locator>> positionsByReadingOrder() Returns the list of all the positions in the publication, grouped by the resource reading order index.
      List<Locator> positions() Returns the list of all the positions in the publication.
      • Methods inherited from class org.readium.r2.shared.publication.services.PositionsService

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait