| Modifier and Type | Method and Description |
|---|---|
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnFormatter<Number> |
ColumnFormatter.currency(Alignment al,
int width,
Precision p,
String symbol)
Get a built-in ColumnFormatter for currency values.
|
static ColumnFormatter<Number> |
ColumnFormatter.number(Alignment al,
int width,
Precision p)
Get a built-in ColumnFormatter for plain numbers
|
static ColumnFormatter<Number> |
ColumnFormatter.percentage(Alignment al,
int width,
Precision p)
Get a built-in ColumnFormatter for percentage values
|
Copyright © 2016. All rights reserved.