| java.lang.Object henplus.view.util.Formatter
Formatter | final public class Formatter (Code) | | Knows how to format various things, like number, dates etc.
Created on: Mar 23, 2004
|
Method Summary | |
public static String | formatNumber(double amount, int precision) Formats a double to a String with number-format.
Parameters: amount - the double to be formatted Parameters: precision - an int . |
formatNumber | public static String formatNumber(double amount, int precision)(Code) | | Formats a double to a String with number-format.
Parameters: amount - the double to be formatted Parameters: precision - an int . which precision should be used? a String |
|
|