public class DoubleFormatter extends Objectimplements IDoubleFormatter
| Constructor and Description |
|---|
DoubleFormatter()
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(double d)
|
void |
format(StringBuilder
|
int |
getFractionDigits()
|
Type |
getType()
|
void |
setFractionDigits(int fractionDigits)
|
public TypegetType()
public Stringformat(double d)
public void format(StringBuilderbuffer, double d)
public int getFractionDigits()
public void setFractionDigits(int fractionDigits)