Inheritance diagram for text::TFixedPointDecimalTranslator:

Public Methods | |
| TFixedPointDecimalTranslator () | |
| Builds a new instance. | |
| TFixedPointDecimalTranslator (Locale tLOCALE) | |
| double | toDouble (String yNUMBER) throws ParseException |
| float | toFloat (String yNUMBER) throws ParseException |
| int | toInt (String yNUMBER) throws ParseException |
| String | toString (double dNUMBER) |
| String | toString (Number tNUMBER) |
Public Attributes | |
| DecimalFormat | tDecimalFormat |
| Number format. | |
Definition at line 40 of file TFixedPointDecimalTranslator.java.
|
|
Builds a new instance.
Definition at line 79 of file TFixedPointDecimalTranslator.java. References text::TFixedPointDecimalTranslator::tDecimalFormat. |
|
|
Translates the number in yNUMBER to a double value.
Implements text::TAbstractNumberTranslator. Definition at line 98 of file TFixedPointDecimalTranslator.java. References text::TFixedPointDecimalTranslator::tDecimalFormat. |
|
|
Translates the number in yNUMBER to a float value.
Implements text::TAbstractNumberTranslator. Definition at line 111 of file TFixedPointDecimalTranslator.java. References text::TFixedPointDecimalTranslator::tDecimalFormat. |
|
|
Translates the number in yNUMBER to a integer value.
Implements text::TAbstractNumberTranslator. Definition at line 124 of file TFixedPointDecimalTranslator.java. References text::TFixedPointDecimalTranslator::tDecimalFormat. |
|
|
Translates the number tNUMBER to its string representation in the selected locale.
Implements text::TAbstractNumberTranslator. Definition at line 150 of file TFixedPointDecimalTranslator.java. References text::TFixedPointDecimalTranslator::tDecimalFormat. |
|
|
Translates the number dNUMBER to its string representation in the selected locale.
Implements text::TAbstractNumberTranslator. Definition at line 137 of file TFixedPointDecimalTranslator.java. References text::TFixedPointDecimalTranslator::tDecimalFormat. |
1.2.18