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