|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.File
net.java.sip.communicator.impl.protocol.jabber.ThumbnailedFile
public class ThumbnailedFile
A ThumbnailedFile is a file with a thumbnail.
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
ThumbnailedFile(File file,
int thumbnailWidth,
int thumbnailHeight,
String thumbnailMimeType,
byte[] thumbnail)
Creates a ThumbnailedFile, by specifying the base file, the thumbnailWidth and thumbnailHeight, the thumbnailMimeType and the thumbnail itself. |
|
| Method Summary | |
|---|---|
byte[] |
getThumbnailData()
Returns the thumbnail of this file. |
int |
getThumbnailHeight()
Returns the thumbnail height. |
String |
getThumbnailMimeType()
Returns the thumbnail mime type. |
int |
getThumbnailWidth()
Returns the thumbnail width. |
| Methods inherited from class java.io.File |
|---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThumbnailedFile(File file,
int thumbnailWidth,
int thumbnailHeight,
String thumbnailMimeType,
byte[] thumbnail)
file - the base filethumbnailWidth - the width of the thumbnailthumbnailHeight - the height of the thumbnailthumbnailMimeType - the mime typethumbnail - the thumbnail| Method Detail |
|---|
public byte[] getThumbnailData()
public int getThumbnailWidth()
public int getThumbnailHeight()
public String getThumbnailMimeType()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||