public interface Image extends File
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
The image height.
|
InputStream |
getThumbnail()
The image thumbnail.
|
int |
getThumbnailHeight()
The image thumbnail height.
|
int |
getThumbnailWidth()
The image thumbanil width.
|
int |
getWidth()
The image width.
|
getData, getHardLink, getLength, getMimeType, getName, getPublicLink, getStorageIdint getWidth()
int getHeight()
InputStream getThumbnail() throws InternalErrorException
InternalErrorException - if an internal error occurs.int getThumbnailWidth()
int getThumbnailHeight()
Copyright © 2020. All Rights Reserved.