public class Formats extends Object
| Modifier and Type | Field and Description | 
|---|---|
static DecimalFormat | 
A_DOT_O1
Number format with the format pattern  
"#,###.0". | 
static DecimalFormat | 
A_DOT_O10
Number format with the format pattern  
"#,###.0000000000". | 
static DecimalFormat | 
A_DOT_O2
Number format with the format pattern  
"#,###.00". | 
static DecimalFormat | 
A_DOT_O3
Number format with the format pattern  
"#,###.000". | 
static DecimalFormat | 
A_DOT_O4
Number format with the format pattern  
"#,###.0000". | 
static DecimalFormat | 
A_DOT_O5
Number format with the format pattern  
"#,###.00000". | 
static DecimalFormat | 
A_DOT_O6
Number format with the format pattern  
"#,###.000000". | 
static DecimalFormat | 
O_DOT_A0
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A1
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A10
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A2
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A3
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A4
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A5
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_A6
Number format with the format pattern  
"#,##0. | 
static DecimalFormat | 
O_DOT_O1
Number format with the format pattern  
"#,##0.0". | 
static DecimalFormat | 
O_DOT_O10
Number format with the format pattern  
"#,##0.0000000000". | 
static DecimalFormat | 
O_DOT_O2
Number format with the format pattern  
"#,##0.00". | 
static DecimalFormat | 
O_DOT_O3
Number format with the format pattern  
"#,##0.000". | 
static DecimalFormat | 
O_DOT_O4
Number format with the format pattern  
"#,##0.0000". | 
static DecimalFormat | 
O_DOT_O5
Number format with the format pattern  
"#,##0.00000". | 
static DecimalFormat | 
O_DOT_O6
Number format with the format pattern  
"#,##0.000000". | 
public static final DecimalFormat A_DOT_O1
"#,###.0".DecimalFormatpublic static final DecimalFormat A_DOT_O2
"#,###.00".DecimalFormatpublic static final DecimalFormat A_DOT_O3
"#,###.000".DecimalFormatpublic static final DecimalFormat A_DOT_O4
"#,###.0000".DecimalFormatpublic static final DecimalFormat A_DOT_O5
"#,###.00000".DecimalFormatpublic static final DecimalFormat A_DOT_O6
"#,###.000000".DecimalFormatpublic static final DecimalFormat A_DOT_O10
"#,###.0000000000".DecimalFormatpublic static final DecimalFormat O_DOT_A0
"#,##0.##".DecimalFormatpublic static final DecimalFormat O_DOT_A1
"#,##0.#".DecimalFormatpublic static final DecimalFormat O_DOT_A2
"#,##0.##".DecimalFormatpublic static final DecimalFormat O_DOT_A3
"#,##0.###".DecimalFormatpublic static final DecimalFormat O_DOT_A4
"#,##0.####".DecimalFormatpublic static final DecimalFormat O_DOT_A5
"#,##0.#####".DecimalFormatpublic static final DecimalFormat O_DOT_A6
"#,##0.######".DecimalFormatpublic static final DecimalFormat O_DOT_A10
"#,##0.##".DecimalFormatpublic static final DecimalFormat O_DOT_O1
"#,##0.0".DecimalFormatpublic static final DecimalFormat O_DOT_O2
"#,##0.00".DecimalFormatpublic static final DecimalFormat O_DOT_O3
"#,##0.000".DecimalFormatpublic static final DecimalFormat O_DOT_O4
"#,##0.0000".DecimalFormatpublic static final DecimalFormat O_DOT_O5
"#,##0.00000".DecimalFormatpublic static final DecimalFormat O_DOT_O6
"#,##0.000000".DecimalFormatpublic static final DecimalFormat O_DOT_O10
"#,##0.0000000000".DecimalFormat