Package org.teavm.classlib.java.text
Class TDecimalFormatSymbols
java.lang.Object
org.teavm.classlib.java.text.TDecimalFormatSymbols
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
static TLocale[]
char
char
getDigit()
char
static final TDecimalFormatSymbols
static final TDecimalFormatSymbols
getInstance
(TLocale locale) char
char
getNaN()
char
char
char
char
void
setDecimalSeparator
(char decimalSeparator) void
setDigit
(char digit) void
setExponentSeparator
(String exponentSeparator) void
setGroupingSeparator
(char groupingSeparator) void
setInfinity
(String infinity) void
void
setMinusSign
(char minusSign) void
setMonetaryDecimalSeparator
(char monetaryDecimalSeparator) void
void
setPatternSeparator
(char patternSeparator) void
setPercent
(char percent) void
setPerMill
(char perMill) void
setZeroDigit
(char zeroDigit)
-
Constructor Details
-
TDecimalFormatSymbols
public TDecimalFormatSymbols() -
TDecimalFormatSymbols
-
-
Method Details
-
getAvailableLocales
-
getInstance
-
getInstance
-
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
-
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
-
setNaN
-
getInfinity
-
setInfinity
-
getMinusSign
public char getMinusSign() -
setMinusSign
public void setMinusSign(char minusSign) -
getMonetaryDecimalSeparator
public char getMonetaryDecimalSeparator() -
setMonetaryDecimalSeparator
public void setMonetaryDecimalSeparator(char monetaryDecimalSeparator) -
getExponentSeparator
-
setExponentSeparator
-
setLocale
-
clone
-