public interface DecodeService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DecodeService.DecodeCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
decodePage(Object decodeKey,
int pageNum,
DecodeService.DecodeCallback decodeCallback,
float zoom,
android.graphics.RectF pageSliceBounds) |
int |
getEffectivePagesHeight() |
int |
getEffectivePagesWidth() |
CodecPage |
getPage(int pageIndex) |
int |
getPageCount() |
int |
getPageHeight(int pageIndex) |
int |
getPageWidth(int pageIndex) |
void |
open(android.net.Uri fileUri) |
void |
recycle() |
void |
setContainerView(android.view.View containerView) |
void |
setContentResolver(android.content.ContentResolver contentResolver) |
void |
stopDecoding(Object decodeKey) |
void setContentResolver(android.content.ContentResolver contentResolver)
void setContainerView(android.view.View containerView)
void open(android.net.Uri fileUri)
void decodePage(Object decodeKey, int pageNum, DecodeService.DecodeCallback decodeCallback, float zoom, android.graphics.RectF pageSliceBounds)
void stopDecoding(Object decodeKey)
int getEffectivePagesWidth()
int getEffectivePagesHeight()
int getPageCount()
int getPageWidth(int pageIndex)
int getPageHeight(int pageIndex)
CodecPage getPage(int pageIndex)
void recycle()
Copyright © 2013-2015. All Rights Reserved.