public class Formatter extends Object
| Constructor and Description |
|---|
Formatter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatComplex(double real,
double imag,
InternalFormatSpec spec) |
static String |
formatFloat(double value,
InternalFormatSpec spec) |
public static String formatFloat(double value, InternalFormatSpec spec)
public static String formatComplex(double real, double imag, InternalFormatSpec spec)