-
- All Implemented Interfaces:
-
org.readium.r2.shared.publication.Publication.Service,org.readium.r2.shared.publication.services.CoverService,org.readium.r2.shared.util.Closeable
public final class InMemoryCoverService implements CoverService
A CoverService which uses a provided in-memory bitmap.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInMemoryCoverService.Companion
-
Method Summary
Modifier and Type Method Description Bitmapcover()Returns the publication cover as a Bitmap at its maximum size. -
Methods inherited from class org.readium.r2.shared.publication.services.InMemoryCoverService
coverFitting -
Methods inherited from class org.readium.r2.shared.publication.services.CoverService
close -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-