Package | Description |
---|---|
ej.microui.display |
Modifier and Type | Method and Description |
---|---|
static ResourceImage.OutputFormat |
ResourceImage.OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceImage.OutputFormat[] |
ResourceImage.OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ResourceImage |
ResourceImage.loadImage(InputStream stream,
int size,
ResourceImage.OutputFormat format)
Loads an immutable image from an
InputStream . |
static ResourceImage |
ResourceImage.loadImage(String path,
ResourceImage.OutputFormat format)
Loads an immutable image from a resource.
|