public interface IStatFormater
| Modifier and Type | Field and Description |
|---|---|
static java.text.DecimalFormat |
DECIMAL_FORMAT |
static IStatFormater |
DEFAULT |
static IStatFormater |
DISTANCE |
static IStatFormater |
DIVIDE_BY_TEN |
static IStatFormater |
TIME |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(int p_format_1_) |
static final java.text.DecimalFormat DECIMAL_FORMAT
static final IStatFormater DEFAULT
static final IStatFormater DIVIDE_BY_TEN
static final IStatFormater DISTANCE
static final IStatFormater TIME