com.atlassian.core.util.thumbnail
Class Thumbnail
java.lang.Object
com.atlassian.core.util.thumbnail.Thumbnail
public class Thumbnail
- extends java.lang.Object
|
Constructor Summary |
Thumbnail(int height,
int width,
java.lang.String fileName,
long attachmentId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Thumbnail
public Thumbnail(int height,
int width,
java.lang.String fileName,
long attachmentId)
getHeight
public int getHeight()
getWidth
public int getWidth()
getFilename
public java.lang.String getFilename()
- Get the filename of the file this thumbnail represents.
getAttachmentId
public long getAttachmentId()
- the id of the attachment for which this is a thumbnail of
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.