public class GlitchUIManager extends Object
| Constructor and Description |
|---|
GlitchUIManager(GlitchArt glitchArt) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlgorithm() |
void |
changeAlgorithmOrder(boolean up) |
void |
changeAlgorithmSelection() |
void |
changeSliderValue(JComponent jComponent) |
void |
exportFile() |
GlitchArt |
getGlitchArt() |
GlitchController |
getGlitchController() |
Map<GlitchTypes,JPanel> |
getjPanelMapping() |
void |
openFile() |
void |
refreshPreviewImage() |
void |
removeAlgorithm() |
void |
resetUI() |
void |
setGlitchArt(GlitchArt glitchArt) |
void |
setGlitchController(GlitchController glitchController) |
void |
setjPanelMapping(Map<GlitchTypes,JPanel> jPanelMapping) |
public GlitchUIManager(GlitchArt glitchArt)
public void changeSliderValue(JComponent jComponent)
public void changeAlgorithmOrder(boolean up)
public void addAlgorithm()
public void removeAlgorithm()
public void resetUI()
public void changeAlgorithmSelection()
public void openFile()
public void exportFile()
public void refreshPreviewImage()
public GlitchArt getGlitchArt()
public void setGlitchArt(GlitchArt glitchArt)
public Map<GlitchTypes,JPanel> getjPanelMapping()
public void setjPanelMapping(Map<GlitchTypes,JPanel> jPanelMapping)
public GlitchController getGlitchController()
public void setGlitchController(GlitchController glitchController)
Copyright © 2017. All rights reserved.