Class Settings
- java.lang.Object
- 
- com.treasure.hunt.service.settings.Settings
 
- 
 public class Settings extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description Settings()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetDecimalPlaces()java.text.NumberFormatgetFormat()java.util.LocalegetLocale()intgetSmallRoundSize()inthashCode()booleanisMiniMapDragged()booleanisMiniMapScrollCenter()booleanisPreserveConfiguration()java.lang.Stringround(double value)voidsetDecimalPlaces(int decimalPlaces)voidsetLocale(java.util.Locale locale)voidsetMiniMapDragged(boolean miniMapDragged)voidsetMiniMapScrollCenter(boolean miniMapScrollCenter)voidsetPreserveConfiguration(boolean preserveConfiguration)voidsetSmallRoundSize(int smallRoundSize)java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
roundpublic java.lang.String round(double value) 
 - 
getFormatpublic java.text.NumberFormat getFormat() 
 - 
isPreserveConfigurationpublic boolean isPreserveConfiguration() 
 - 
getDecimalPlacespublic int getDecimalPlaces() 
 - 
getSmallRoundSizepublic int getSmallRoundSize() 
 - 
getLocalepublic java.util.Locale getLocale() 
 - 
isMiniMapScrollCenterpublic boolean isMiniMapScrollCenter() 
 - 
isMiniMapDraggedpublic boolean isMiniMapDragged() 
 - 
setPreserveConfigurationpublic void setPreserveConfiguration(boolean preserveConfiguration) 
 - 
setDecimalPlacespublic void setDecimalPlaces(int decimalPlaces) 
 - 
setSmallRoundSizepublic void setSmallRoundSize(int smallRoundSize) 
 - 
setLocalepublic void setLocale(java.util.Locale locale) 
 - 
setMiniMapScrollCenterpublic void setMiniMapScrollCenter(boolean miniMapScrollCenter) 
 - 
setMiniMapDraggedpublic void setMiniMapDragged(boolean miniMapDragged) 
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
canEqualprotected boolean canEqual(java.lang.Object other) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-