 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.mapviewsettings;
boolean lightVisible
The visibility of the light.
void saveLightVisible(final boolean lightVisible)
Saves the lightVisible value.
void saveAutojoin(final boolean autojoin)
Saves the autojoin value.
boolean tileStretching
Whether tile-stretching display is active.
boolean smoothing
Whether smoothing display is active.
void saveDoubleFaces(final boolean doubleFaces)
Saves the doubleFaces value.
boolean gridVisible
The visibility of the grid.
boolean loadLightVisible()
Loads the default value for lightVisible.
int loadAlphaType()
Loads the default value for alphaType.
Abstract base class for MapViewSettings implementations.
void saveAlphaType(final int alphaType)
Saves the alphaType value.
boolean doubleFaces
Whether double faces should be drawn double height.
void saveGridVisible(final boolean gridVisible)
Saves the gridVisible value.
A MapViewSettings implementation for regression tests.
boolean loadAutojoin()
Loads the default value for autojoin.
int alphaType
Bit field of edit types to show transparent.
boolean loadTileStretching()
Loads the default value for tileStretching.
void saveSmoothing(final boolean smoothing)
Saves the smoothing value.
boolean autojoin
Whether autojoining is on/off.
boolean loadDoubleFaces()
Loads the default value for doubleFaces.
int loadEditType()
Loads the default value for editType.
boolean loadGridVisible()
Loads the default value for gridVisible.
void saveTileStretching(final boolean tileStretching)
Saves the tileStretching value.
boolean loadSmoothing()
Loads the default value for smoothing.