| Interface | Description |
|---|---|
| ImagePath | Represents an image path that can contain suffixes based on themes and widgets. |
| ImageTypeLoader | Loader for different image types (PNG, GIF, SVG) and conversion to Swing Icon. |
| Class | Description |
|---|---|
| ImageLoader | Loads image resources from various locations (filesystem, classpath, extra class loaders) caches them and returns them as Swing Icons. |
| ImageTypeLoader.PNG | PNG/GIF image loader implementation. |
| ImageTypeLoader.SVG | SVG image loader implementation using Batik transcoder. |
| Enum | Description |
|---|---|
| ImageLoaderSingleton | Singleton for loading images using the ImageLoader with secondary resource loaders. |