Class Settings


  • public class Settings
    extends java.lang.Object
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • round

        public java.lang.String round​(double value)
      • getFormat

        public java.text.NumberFormat getFormat()
      • isPreserveConfiguration

        public boolean isPreserveConfiguration()
      • getDecimalPlaces

        public int getDecimalPlaces()
      • getSmallRoundSize

        public int getSmallRoundSize()
      • getLocale

        public java.util.Locale getLocale()
      • isMiniMapScrollCenter

        public boolean isMiniMapScrollCenter()
      • isMiniMapDragged

        public boolean isMiniMapDragged()
      • setPreserveConfiguration

        public void setPreserveConfiguration​(boolean preserveConfiguration)
      • setDecimalPlaces

        public void setDecimalPlaces​(int decimalPlaces)
      • setSmallRoundSize

        public void setSmallRoundSize​(int smallRoundSize)
      • setLocale

        public void setLocale​(java.util.Locale locale)
      • setMiniMapScrollCenter

        public void setMiniMapScrollCenter​(boolean miniMapScrollCenter)
      • setMiniMapDragged

        public void setMiniMapDragged​(boolean miniMapDragged)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object