Package | Description |
---|---|
org.jboss.seam.ui.graphicImage |
Modifier and Type | Method and Description |
---|---|
Image.Type |
GraphicImageStore.ImageWrapper.getContentType() |
Image.Type |
Image.getContentType()
The content type of the output image, by default DEFAULT_CONTENT_TYPE
|
static Image.Type |
Image.Type.getTypeByFormatName(String formatName) |
static Image.Type |
Image.Type.getTypeByMimeType(String mimeType) |
static Image.Type |
Image.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Image.Type[] |
Image.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setContentType(Image.Type contentType) |
Constructor and Description |
---|
GraphicImageStore.ImageWrapper(byte[] image,
Image.Type contentType) |
Copyright © 2015 Seam Framework. All Rights Reserved.