Package | Description |
---|---|
ej.microui.display |
Contains display management.
|
Modifier and Type | Method and Description |
---|---|
Format |
BufferedImage.getFormat()
Gets the format of this image.
|
static Format |
Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BufferedImage(int width,
int height,
Format format)
Creates a buffered image specifying its format.
|