| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
static ScientificNumberFormatter |
ScientificNumberFormatter.getMarkupInstance(DecimalFormat df,
String beginMarkup,
String endMarkup)
Gets a ScientificNumberFormatter instance that uses
markup for exponents.
|
static ScientificNumberFormatter |
ScientificNumberFormatter.getMarkupInstance(ULocale locale,
String beginMarkup,
String endMarkup)
Gets a ScientificNumberFormatter instance that uses
markup for exponents for this locale.
|
static ScientificNumberFormatter |
ScientificNumberFormatter.getSuperscriptInstance(DecimalFormat df)
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents.
|
static ScientificNumberFormatter |
ScientificNumberFormatter.getSuperscriptInstance(ULocale locale)
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents for this locale.
|
Copyright © 2016 Unicode, Inc. and others.