public class DefaultMapViewSettings extends AbstractMapViewSettings
MapViewSettings implementation. Attributes are retained
across editor restarts. The attributes are stored in the Preferences.| Constructor and Description |
|---|
DefaultMapViewSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
loadAlphaType()
Loads the default value for
AbstractMapViewSettings.alphaType. |
protected boolean |
loadAutojoin()
Loads the default value for
AbstractMapViewSettings.autojoin. |
protected boolean |
loadDoubleFaces()
Loads the default value for
AbstractMapViewSettings.doubleFaces. |
protected int |
loadEditType()
Loads the default value for
AbstractMapViewSettings.editType. |
protected boolean |
loadGridVisible()
Loads the default value for
AbstractMapViewSettings.gridVisible. |
protected boolean |
loadLightVisible()
Loads the default value for
AbstractMapViewSettings.lightVisible. |
protected boolean |
loadSmoothing()
Loads the default value for
AbstractMapViewSettings.smoothing. |
protected boolean |
loadTileStretching()
Loads the default value for
AbstractMapViewSettings.tileStretching. |
protected void |
saveAlphaType(int alphaType)
Saves the
AbstractMapViewSettings.alphaType value. |
protected void |
saveAutojoin(boolean autojoin)
Saves the autojoin value.
|
protected void |
saveDoubleFaces(boolean doubleFaces)
Saves the
AbstractMapViewSettings.doubleFaces value. |
protected void |
saveGridVisible(boolean gridVisible)
Saves the
AbstractMapViewSettings.gridVisible value. |
protected void |
saveLightVisible(boolean lightVisible)
Saves the
AbstractMapViewSettings.lightVisible value. |
protected void |
saveSmoothing(boolean smoothing)
Saves the
AbstractMapViewSettings.smoothing value. |
protected void |
saveTileStretching(boolean tileStretching)
Saves the
AbstractMapViewSettings.tileStretching value. |
addMapViewSettingsListener, clearAlpha, getEditType, isAlphaType, isAutojoin, isDoubleFaces, isEditType, isEditType, isEditTypeSet, isGridVisible, isLightVisible, isSmoothing, isTileStretching, removeMapViewSettingsListener, setAlphaType, setAutojoin, setDoubleFaces, setGridVisible, setLightVisible, setSmoothing, setTileStretching, toggleEditType, unsetEditTypeprotected boolean loadGridVisible()
AbstractMapViewSettingsAbstractMapViewSettings.gridVisible.loadGridVisible in class AbstractMapViewSettingsprotected void saveGridVisible(boolean gridVisible)
AbstractMapViewSettingsAbstractMapViewSettings.gridVisible value.saveGridVisible in class AbstractMapViewSettingsgridVisible - the grid visible valueprotected boolean loadLightVisible()
AbstractMapViewSettingsAbstractMapViewSettings.lightVisible.loadLightVisible in class AbstractMapViewSettingsprotected void saveLightVisible(boolean lightVisible)
AbstractMapViewSettingsAbstractMapViewSettings.lightVisible value.saveLightVisible in class AbstractMapViewSettingslightVisible - the light visible valueprotected boolean loadSmoothing()
AbstractMapViewSettingsAbstractMapViewSettings.smoothing.loadSmoothing in class AbstractMapViewSettingsprotected void saveSmoothing(boolean smoothing)
AbstractMapViewSettingsAbstractMapViewSettings.smoothing value.saveSmoothing in class AbstractMapViewSettingssmoothing - the smoothing valueprotected boolean loadTileStretching()
AbstractMapViewSettingsAbstractMapViewSettings.tileStretching.loadTileStretching in class AbstractMapViewSettingsprotected void saveTileStretching(boolean tileStretching)
AbstractMapViewSettingsAbstractMapViewSettings.tileStretching value.saveTileStretching in class AbstractMapViewSettingstileStretching - the smoothing valueprotected boolean loadDoubleFaces()
AbstractMapViewSettingsAbstractMapViewSettings.doubleFaces.loadDoubleFaces in class AbstractMapViewSettingsprotected void saveDoubleFaces(boolean doubleFaces)
AbstractMapViewSettingsAbstractMapViewSettings.doubleFaces value.saveDoubleFaces in class AbstractMapViewSettingsdoubleFaces - the double faces valueprotected int loadAlphaType()
AbstractMapViewSettingsAbstractMapViewSettings.alphaType.loadAlphaType in class AbstractMapViewSettingsprotected void saveAlphaType(int alphaType)
AbstractMapViewSettingsAbstractMapViewSettings.alphaType value.saveAlphaType in class AbstractMapViewSettingsalphaType - the alpha type valueprotected int loadEditType()
AbstractMapViewSettingsAbstractMapViewSettings.editType.loadEditType in class AbstractMapViewSettingsprotected boolean loadAutojoin()
AbstractMapViewSettingsAbstractMapViewSettings.autojoin.loadAutojoin in class AbstractMapViewSettingsprotected void saveAutojoin(boolean autojoin)
AbstractMapViewSettingssaveAutojoin in class AbstractMapViewSettingsautojoin - the autojoin value