Uses of Class
java.text.DecimalFormatSymbols
| Package | Description |
|---|---|
| java.text | |
| java.text.spi | |
| libcore.icu | |
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
-
Uses of DecimalFormatSymbols in java.text
Methods in java.text that return DecimalFormatSymbols Modifier and Type Method Description DecimalFormatSymbolsDecimalFormat. getDecimalFormatSymbols()Returns theDecimalFormatSymbolsused by this decimal format.static DecimalFormatSymbolsDecimalFormatSymbols. getInstance()Returns a newDecimalFormatSymbolsinstance for the user's default locale.static DecimalFormatSymbolsDecimalFormatSymbols. getInstance(Locale locale)Returns a newDecimalFormatSymbolsfor the given locale.Methods in java.text with parameters of type DecimalFormatSymbols Modifier and Type Method Description voidDecimalFormat. setDecimalFormatSymbols(DecimalFormatSymbols value)Sets theDecimalFormatSymbolsused by this decimal format.Constructors in java.text with parameters of type DecimalFormatSymbols Constructor Description DecimalFormat(String pattern, DecimalFormatSymbols value)Constructs a newDecimalFormatusing the specified non-localized pattern andDecimalFormatSymbols. -
Uses of DecimalFormatSymbols in java.text.spi
Methods in java.text.spi that return DecimalFormatSymbols Modifier and Type Method Description abstract DecimalFormatSymbolsDecimalFormatSymbolsProvider. getInstance(Locale locale)Returns an instance ofDecimalFormatSymbolsfor the given locale. -
Uses of DecimalFormatSymbols in libcore.icu
Methods in libcore.icu with parameters of type DecimalFormatSymbols Modifier and Type Method Description voidNativeDecimalFormat. setDecimalFormatSymbols(DecimalFormatSymbols dfs)Copies the DecimalFormatSymbols settings into our native peer in bulk.Constructors in libcore.icu with parameters of type DecimalFormatSymbols Constructor Description NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) -
Uses of DecimalFormatSymbols in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return DecimalFormatSymbols Modifier and Type Method Description DecimalFormatSymbolsStylesheetRoot. getDecimalFormatComposed(QName name)Given a valid element decimal-format name, return the decimalFormatSymbols with that name.DecimalFormatSymbolsDecimalFormatProperties. getDecimalFormatSymbols()Return the decimal format Symbols for this element.