| Package | Description |
|---|---|
| com.atlassian.core.util.thumbnail |
| Modifier and Type | Method and Description |
|---|---|
Thumbnail.MimeType |
Thumbnail.getMimeType() |
static Thumbnail.MimeType |
Thumbnail.MimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Thumbnail.MimeType[] |
Thumbnail.MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Thumber(Thumbnail.MimeType mimeType)
Thumbnails will be generated of the given type and, if the type permits it (PNG), preserve transparency.
|
Thumbnail(int height,
int width,
String filename,
long attachmentId,
Thumbnail.MimeType mimeType) |
Copyright © 2003–2017 Atlassian. All rights reserved.