Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Field and Description |
---|---|
static DbxThumbnailFormat |
DbxThumbnailFormat.JPEG
JPEG format, preferred over PNG for photographic images.
|
static DbxThumbnailFormat |
DbxThumbnailFormat.PNG
PNG format, preferred over JPEG for non-photographic images, such as
screenshots and digital art.
|
Modifier and Type | Method and Description |
---|---|
static DbxThumbnailFormat |
DbxThumbnailFormat.bestForFileName(String fileName,
DbxThumbnailFormat fallback)
Try and guess the right
DbxThumbnailFormat to use based on the image's file
name. |
Modifier and Type | Method and Description |
---|---|
static DbxThumbnailFormat |
DbxThumbnailFormat.bestForFileName(String fileName,
DbxThumbnailFormat fallback)
Try and guess the right
DbxThumbnailFormat to use based on the image's file
name. |
DbxEntry.File |
DbxClient.getThumbnail(DbxThumbnailSize size,
DbxThumbnailFormat format,
String path,
String revision,
OutputStream target) |
DbxClient.Downloader |
DbxClient.startGetThumbnail(DbxThumbnailSize size,
DbxThumbnailFormat format,
String path,
String revision) |
Copyright © 2013. All rights reserved.