| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
MeasureFormat.FormatWidth |
MeasureFormat.getWidth()
Get the format width this instance is using.
|
static MeasureFormat.FormatWidth |
MeasureFormat.FormatWidth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureFormat.FormatWidth[] |
MeasureFormat.FormatWidth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureFormat |
MeasureFormat.getInstance(Locale locale,
MeasureFormat.FormatWidth formatWidth)
Create a format from the
Locale and formatWidth. |
static MeasureFormat |
MeasureFormat.getInstance(Locale locale,
MeasureFormat.FormatWidth formatWidth,
NumberFormat format)
Create a format from the
Locale, formatWidth, and format. |
static MeasureFormat |
MeasureFormat.getInstance(ULocale locale,
MeasureFormat.FormatWidth formatWidth)
Create a format from the locale, formatWidth, and format.
|
static MeasureFormat |
MeasureFormat.getInstance(ULocale locale,
MeasureFormat.FormatWidth formatWidth,
NumberFormat format)
Create a format from the locale, formatWidth, and format.
|
static String |
MeasureFormat.getRangeFormat(ULocale forLocale,
MeasureFormat.FormatWidth width)
Deprecated.
This API is ICU internal only.
|
Copyright © 2016 Unicode, Inc. and others.