public interface ImageLoader
Modifier and Type | Method and Description |
---|---|
Image |
getImage(java.lang.String path)
Gets the MicroUI image matching the given path.
|
@Nullable Image getImage(java.lang.String path)
path
- the path of the image.null
if not found.java.lang.NullPointerException
- if the given source is null
.