public class FancyPrint
extends java.lang.Object
| Constructor and Description |
|---|
FancyPrint() |
FancyPrint(java.text.DecimalFormat format,
int length,
int significant) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
p(double value)
Fancy print without a space added to positive numbers
|
java.lang.String |
s(double value) |
java.lang.String |
sf(double value) |
public FancyPrint(java.text.DecimalFormat format,
int length,
int significant)
public FancyPrint()