Package | Description |
---|---|
ej.microui.display |
Modifier and Type | Class and Description |
---|---|
class |
BufferedImage
A
BufferedImage represents a mutable image backed by a pixel buffer. |
Modifier and Type | Method and Description |
---|---|
static ResourceImage |
ResourceImage.loadImage(InputStream stream,
int size)
Loads an immutable image from an
InputStream . |
static ResourceImage |
ResourceImage.loadImage(InputStream stream,
int size,
ResourceImage.OutputFormat format)
Loads an immutable image from an
InputStream . |
static ResourceImage |
ResourceImage.loadImage(String path)
Loads an immutable image from a resource.
|
static ResourceImage |
ResourceImage.loadImage(String path,
ResourceImage.OutputFormat format)
Loads an immutable image from a resource.
|