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