public interface ThumbnailManager
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
createLargeThumbnail(URI uri,
long modificationTime)
Create and return a large size (256x256 pixel) thumbnail image for the specified URI.
|
BufferedImage |
createThumbnail(URI uri,
long modificationTime)
Create and return a normal size (128x128 pixel) thumbnail image for the specified URI.
|
BufferedImage createThumbnail(URI uri, long modificationTime) throws IOException
uri - URI for the original image, must not be nullmodificationTime - modification time for the original imageIOException - if an I/O error occursBufferedImage createLargeThumbnail(URI uri, long modificationTime) throws IOException
uri - URI for the original image, must not be nullmodificationTime - modification time for the original imageIOException - if an I/O error occursCopyright © 2013–2019 dishevelled.org. All rights reserved.