|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Thumbnail | |
|---|---|
| com.atlassian.core.util.thumbnail | |
| Uses of Thumbnail in com.atlassian.core.util.thumbnail |
|---|
| Methods in com.atlassian.core.util.thumbnail that return Thumbnail | |
|---|---|
Thumbnail |
Thumber.retrieveOrCreateThumbNail(File originalFile,
File thumbnailFile,
int maxWidth,
int maxHeight,
long attachmentId)
Retrieves an existing thumbnail, or creates a new one. |
Thumbnail |
Thumber.retrieveOrCreateThumbNail(InputStream originalFileStream,
String fileName,
File thumbnailFile,
int maxWidth,
int maxHeight,
long attachmentId)
Need to pass filename in as we cannot get the filename from the stream that is passed in |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||