| Package | Description |
|---|---|
| net.returnvoid.io |
A package for imports and exports.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPaletteLoader
ColorPaletteLoader will handle to load files from type ".color.json".
|
class |
ImageLoader
ImageLoader will handle to load files from type image (.jpg, .tif, .png,
.gif).
|
| Modifier and Type | Method and Description |
|---|---|
DataLoader |
DataLoader.disableKeys()
Disable the automatic key events of this object.
|
DataLoader |
DataLoader.enableKeys()
Enables the automatic key events of this object.
|
DataLoader |
DataLoader.resetKeySettings()
Resets the key settings for the KeyEvents to its default.
|
DataLoader |
DataLoader.setIndex(int index)
Sets the current element.
|
DataLoader |
DataLoader.setIndex(java.lang.String filename)
Sets the current element.
|
DataLoader |
DataLoader.setKey(java.lang.String which,
char key)
Links a certain method call (e.g. next()) with a certain key (e.g.
|
DataLoader |
ImageLoader.setKey(java.lang.String which,
int keyCode) |
DataLoader |
DataLoader.setKey(java.lang.String which,
int keyCode)
Links a certain method call (e.g. next()) with a certain keyCode (e.g.
|
DataLoader |
ColorPaletteLoader.setKey(java.lang.String which,
int keyCode) |
DataLoader |
DataLoader.update()
Re-Loads all the absolute paths for all valid files defined by the given
type in the set folder.
|