| Package | Description |
|---|---|
| io.laniakia.algo | |
| io.laniakia.ui | |
| io.laniakia.util |
| Modifier and Type | Method and Description |
|---|---|
GlitchTypes |
GlitchAlgorithm.getName() |
| Modifier and Type | Method and Description |
|---|---|
GlitchAlgorithm |
GlitchController.addAlgorithm(GlitchTypes glitchType,
Map<String,Object> glitchAlgorithmParameters) |
boolean |
GlitchController.containsAlgorithmOfType(GlitchTypes glitchType) |
void |
GlitchController.insertAlgorithmAtIndex(int index,
GlitchTypes glitchType,
Map<String,Object> glitchAlgorithmParameters) |
void |
GlitchAlgorithm.setName(GlitchTypes name) |
| Modifier and Type | Method and Description |
|---|---|
Map<GlitchTypes,JPanel> |
GlitchUIManager.getjPanelMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
GlitchUIManager.setjPanelMapping(Map<GlitchTypes,JPanel> jPanelMapping) |
| Modifier and Type | Method and Description |
|---|---|
static GlitchTypes |
GlitchTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlitchTypes[] |
GlitchTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.