Package | Description |
---|---|
tec.units.ri.format | |
tec.units.ri.internal.format.l10n |
This package provides internal helper classes emulating Localization support on Java ME.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
SimpleUnitFormat.format(Object unit,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an unit and appends the resulting text to a given string buffer (implements
java.text.Format ). |
Modifier and Type | Method and Description |
---|---|
abstract StringBuffer |
NumberFormat.format(double number,
StringBuffer toAppendTo,
FieldPosition pos)
Specialization of format.
|
abstract StringBuffer |
NumberFormat.format(long number,
StringBuffer toAppendTo,
FieldPosition pos)
Specialization of format.
|
StringBuffer |
NumberFormat.format(Object number,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an object to produce a string.
|
abstract StringBuffer |
Format.format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
Formats an object and appends the resulting text to a given string buffer.
|
Copyright © 2005–2017 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.