 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.settings;
23 import org.jetbrains.annotations.NotNull;
File getCurrentSaveMapDirectory()
Returns the default directory for saving maps.
Default implementation of VolatileSettings.
File imageDirectory
The image directory.
void setCurrentSaveMapDirectory(@NotNull final File currentSaveMapDirectory)
Sets the default directory for saving maps.
File getImageDirectory()
Returns the directory to save images to.
File currentSaveMapDirectory
The the default directory for saving maps.
Settings that are not retained across editor restarts.
void setImageDirectory(@NotNull final File imageDirectory)
Sets the directory to save created image to.
DefaultVolatileSettings(@NotNull final File mapsDirectory)
Creates a new instance.