Class TDecimalFormatSymbols

java.lang.Object
org.teavm.classlib.java.text.TDecimalFormatSymbols
All Implemented Interfaces:
Cloneable

public class TDecimalFormatSymbols extends Object implements Cloneable
  • Constructor Details

    • TDecimalFormatSymbols

      public TDecimalFormatSymbols()
    • TDecimalFormatSymbols

      public TDecimalFormatSymbols(TLocale locale)
  • Method Details

    • getAvailableLocales

      public static TLocale[] getAvailableLocales()
    • getInstance

      public static final TDecimalFormatSymbols getInstance()
    • getInstance

      public static final TDecimalFormatSymbols getInstance(TLocale locale)
    • getZeroDigit

      public char getZeroDigit()
    • setZeroDigit

      public void setZeroDigit(char zeroDigit)
    • getGroupingSeparator

      public char getGroupingSeparator()
    • setGroupingSeparator

      public void setGroupingSeparator(char groupingSeparator)
    • getPerMill

      public char getPerMill()
    • setPerMill

      public void setPerMill(char perMill)
    • getPercent

      public char getPercent()
    • setPercent

      public void setPercent(char percent)
    • getLocale

      public TLocale getLocale()
    • getDecimalSeparator

      public char getDecimalSeparator()
    • setDecimalSeparator

      public void setDecimalSeparator(char decimalSeparator)
    • getDigit

      public char getDigit()
    • setDigit

      public void setDigit(char digit)
    • getPatternSeparator

      public char getPatternSeparator()
    • setPatternSeparator

      public void setPatternSeparator(char patternSeparator)
    • getNaN

      public String getNaN()
    • setNaN

      public void setNaN(String naN)
    • getInfinity

      public String getInfinity()
    • setInfinity

      public void setInfinity(String infinity)
    • getMinusSign

      public char getMinusSign()
    • setMinusSign

      public void setMinusSign(char minusSign)
    • getMonetaryDecimalSeparator

      public char getMonetaryDecimalSeparator()
    • setMonetaryDecimalSeparator

      public void setMonetaryDecimalSeparator(char monetaryDecimalSeparator)
    • getExponentSeparator

      public String getExponentSeparator()
    • setExponentSeparator

      public void setExponentSeparator(String exponentSeparator)
    • setLocale

      public void setLocale(TLocale locale)
    • clone

      public Object clone()
      Overrides:
      clone in class Object