@Deprecated public class DjvuImagePreviewHandler extends ImagePreviewHandler
Represents a preview handler intended to work with Djvu images.
Modifier and Type | Method and Description |
---|---|
protected PreviewImageData[] |
createPreviews(int pageIndex,
int resolution)
Deprecated.
Creates preview images for the specified page.
|
protected PreviewPage[] |
extractPreviewPages()
Deprecated.
Extracts the collection of preview pages from a particular format.
|
dispose, getUnitOfMeasurement
close, dispose, getPageImage, getPageImage, getPages, getPreviewSupported
protected PreviewPage[] extractPreviewPages()
Extracts the collection of preview pages from a particular format.
extractPreviewPages
in class ImagePreviewHandler
protected PreviewImageData[] createPreviews(int pageIndex, int resolution)
Creates preview images for the specified page.
createPreviews
in class ImagePreviewHandler
pageIndex
- The zero-based index of the page to preview.resolution
- The resolution for generated images.Copyright © 2020. All rights reserved.