public class DefaultImageLoader extends java.lang.Object implements ImageLoader
Constructor and Description |
---|
DefaultImageLoader() |
Modifier and Type | Method and Description |
---|---|
ej.microui.display.Image |
getImage(java.lang.String path)
Gets the MicroUI image matching the given path.
|
@Nullable public ej.microui.display.Image getImage(java.lang.String path)
ImageLoader
getImage
in interface ImageLoader
path
- the path of the image.null
if not found.