public static interface LLUIPainter.MicroUIImage
This interface is used by several drawing methods which use an image as source image. It can be mapped on byte array given as parameter in some MicroUI natives. This byte array is retrieved in MicroEJ application using the method Image.getSNIContext().
Modifier and Type | Method and Description |
---|---|
LLUIPainter.MicroUIImageFormat |
getFormat()
Returns the MicroUI Image format.
|
int |
getHeight()
Returns the MicroUI Image height.
|
Image |
getImage()
Returns the front panel image allocated for the MicroUI Image.
|
int |
getWidth()
Returns the MicroUI Image width.
|
boolean |
isClosed()
Returns true when the image has been closed by the MicroEJ application.
|
boolean |
isLCD()
Returns true when the image targets the LCD.
|
LLUIPainter.MicroUIImageFormat getFormat()
int getHeight()
Image getImage()
int getWidth()
boolean isClosed()
boolean isLCD()