|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThumbnailManager
Field Summary | |
---|---|
static java.lang.String |
THUMBNAIL_PATH_SUFFIX
|
Method Summary | |
---|---|
boolean |
checkToolkit()
checks whether the users system has AWT toolkit required to create thumbnails |
int |
getMaxHeight()
|
int |
getMaxWidth()
|
com.atlassian.core.util.thumbnail.Thumbnail |
getThumbnail(Attachment attachment)
retrieves the thumbnail for this attachment in the form of a Thumbnail Object this method also creates the actual thumbnail file on the filesystem if it does not exist |
java.io.InputStream |
getThumbnailData(Attachment attachment)
retrieves the thumbnail data (as a stream) from where it was stored in the file system |
java.io.File |
getThumbnailFile(Attachment attachment)
returns the path to the thumbnail for this attachment |
java.util.Collection |
getThumbnails(java.util.Collection attachments)
|
boolean |
isThumbnailable(Attachment attachment)
checks the mime type of the attachment to determine whether a thumbnail can be created from it |
boolean |
removeThumbnail(Attachment attachment)
Removes the thumbnail for the specified attachment. |
Field Detail |
---|
static final java.lang.String THUMBNAIL_PATH_SUFFIX
Method Detail |
---|
java.util.Collection getThumbnails(java.util.Collection attachments) throws java.lang.Exception
java.lang.Exception
boolean isThumbnailable(Attachment attachment)
attachment
-
boolean checkToolkit()
java.io.InputStream getThumbnailData(Attachment attachment) throws java.io.FileNotFoundException
attachment
-
java.io.FileNotFoundException
java.io.File getThumbnailFile(Attachment attachment)
attachment
-
boolean removeThumbnail(Attachment attachment)
com.atlassian.core.util.thumbnail.Thumbnail getThumbnail(Attachment attachment) throws java.net.MalformedURLException, java.io.FileNotFoundException
this method also creates the actual thumbnail file on the filesystem if it does not exist
attachment
-
java.net.MalformedURLException
java.io.FileNotFoundException
int getMaxHeight()
int getMaxWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |