public final class Images extends ResourcesContainer<java.awt.image.BufferedImage>
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.image.BufferedImage |
load(java.lang.String resourceName)
Loads the image by the specified resourceName.
|
add, addClearedListener, addContainerListener, clear, contains, contains, count, get, get, get, get, getAlias, getAll, getResources, remove, removeClearedListener, removeContainerListener, tryGetprotected java.awt.image.BufferedImage load(java.lang.String resourceName)
throws java.io.IOException
load in class ResourcesContainer<java.awt.image.BufferedImage>resourceName - The path to the image.java.io.IOException