Package | Description |
---|---|
ej.microui.display |
Contains display management.
|
Modifier and Type | Method and Description |
---|---|
static Image.OutputFormat |
Image.OutputFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Image.OutputFormat[] |
Image.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 Image |
Image.createImage(Image image,
int x,
int y,
int width,
int height,
Image.OutputFormat format)
Creates an immutable image from another image area.
|
static Image |
Image.createImage(java.io.InputStream stream,
int size,
Image.OutputFormat format)
Creates an immutable image from an
InputStream .The resource image format (input format) is a standard image format ( PNG etc.) According the
MicroUI implementation the image can be loaded or not. |
static Image |
Image.createImage(java.lang.String name,
Image.OutputFormat format)
Creates an immutable image from a resource.
The resource image format (input format) is a standard image format ( PNG etc.) or an internal
MicroUI implementation specific format. |