public interface IImageElement extends IDisplayObject
Modifier and Type | Method and Description |
---|---|
javax.microedition.lcdui.Image |
getImage()
Gets back the LCDUI
Image associated with this element. |
void |
setImage(javax.microedition.lcdui.Image image)
Sets the image to display.
|
setBackgroundDrawable
void setImage(javax.microedition.lcdui.Image image)
image
- The image to displayjava.lang.NullPointerException
- if image is nulljavax.microedition.lcdui.Image getImage()
Image
associated with this element.