| Interface | Description |
|---|---|
| ColorPaletteUpdateObserver |
An interface to build observers which want to be informed with a
ColorPalette.
|
| ImageUpdateObserver |
An interface to build observers which want to be informed with an image.
|
| Class | Description |
|---|---|
| ColorPaletteLoader |
ColorPaletteLoader will handle to load files from type ".color.json".
|
| DataLoader |
Abstract class for DataLoaders.
|
| ExportHelper |
A collection of helper methods to provide the export of files.
|
| ImageLoader |
ImageLoader will handle to load files from type image (.jpg, .tif, .png,
.gif).
|