|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.core.util.thumbnail.Thumbnail
public class Thumbnail
| Nested Class Summary | |
|---|---|
static class |
Thumbnail.MimeType
|
| Constructor Summary | |
|---|---|
Thumbnail(int height,
int width,
String fileName,
long attachmentId)
|
|
Thumbnail(int height,
int width,
String filename,
long attachmentId,
Thumbnail.MimeType mimeType)
|
|
| Method Summary | |
|---|---|
long |
getAttachmentId()
the id of the attachment for which this is a thumbnail of |
String |
getFilename()
Get the filename of the file this thumbnail represents. |
int |
getHeight()
|
Thumbnail.MimeType |
getMimeType()
|
int |
getWidth()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Thumbnail(int height,
int width,
String fileName,
long attachmentId)
public Thumbnail(int height,
int width,
String filename,
long attachmentId,
Thumbnail.MimeType mimeType)
| Method Detail |
|---|
public int getHeight()
public int getWidth()
public String getFilename()
public long getAttachmentId()
public Thumbnail.MimeType getMimeType()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||