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