|
Gridarta Editor
|
Settings that are not retained across editor restarts. More...
Inheritance diagram for net.sf.gridarta.model.settings.VolatileSettings:
Collaboration diagram for net.sf.gridarta.model.settings.VolatileSettings:Public Member Functions | |
| File | getCurrentSaveMapDirectory () |
| Returns the default directory for saving maps. More... | |
| File | getImageDirectory () |
| Returns the directory to save images to. More... | |
| void | setCurrentSaveMapDirectory (@NotNull File currentSaveMapDirectory) |
| Sets the default directory for saving maps. More... | |
| void | setImageDirectory (@NotNull File imageDirectory) |
| Sets the directory to save created image to. More... | |
Settings that are not retained across editor restarts.
Definition at line 29 of file VolatileSettings.java.
| File net.sf.gridarta.model.settings.VolatileSettings.getCurrentSaveMapDirectory | ( | ) |
Returns the default directory for saving maps.
Implemented in net.sf.gridarta.model.settings.DefaultVolatileSettings.
Referenced by net.sf.gridarta.gui.misc.DefaultFileControl< G, A, R >.saveMapAs().
Here is the caller graph for this function:| File net.sf.gridarta.model.settings.VolatileSettings.getImageDirectory | ( | ) |
Returns the directory to save images to.
Implemented in net.sf.gridarta.model.settings.DefaultVolatileSettings.
Referenced by net.sf.gridarta.gui.map.renderer.ImageCreator2< G, A, R >.createImage().
Here is the caller graph for this function:| void net.sf.gridarta.model.settings.VolatileSettings.setCurrentSaveMapDirectory | ( | @NotNull File | currentSaveMapDirectory | ) |
Sets the default directory for saving maps.
| currentSaveMapDirectory | the default directory for saving maps |
Implemented in net.sf.gridarta.model.settings.DefaultVolatileSettings.
Referenced by net.sf.gridarta.gui.misc.DefaultFileControl< G, A, R >.saveMapAs().
Here is the caller graph for this function:| void net.sf.gridarta.model.settings.VolatileSettings.setImageDirectory | ( | @NotNull File | imageDirectory | ) |
Sets the directory to save created image to.
It defaults to the maps directory and is not retained across editor restarts.
| imageDirectory | the image directory |
Implemented in net.sf.gridarta.model.settings.DefaultVolatileSettings.
Referenced by net.sf.gridarta.gui.map.renderer.ImageCreator2< G, A, R >.createImage().
Here is the caller graph for this function: