|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.retrotranslator.runtime.format.Conversion
net.sf.retrotranslator.runtime.format.NumericConversion
net.sf.retrotranslator.runtime.format.FloatingPointConversion
net.sf.retrotranslator.runtime.format.FloatingPointConversion.DecimalConversion
public static class FloatingPointConversion.DecimalConversion
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.retrotranslator.runtime.format.FloatingPointConversion |
|---|
FloatingPointConversion.ComputerizedScientificConversion, FloatingPointConversion.DecimalConversion, FloatingPointConversion.GeneralScientificConversion |
| Constructor Summary | |
|---|---|
FloatingPointConversion.DecimalConversion()
|
|
| Method Summary | |
|---|---|
void |
format(FormatContext context)
|
protected void |
printf(FormatContext context,
boolean negative,
java.math.BigDecimal argument)
|
| Methods inherited from class net.sf.retrotranslator.runtime.format.FloatingPointConversion |
|---|
appendZeros, printComputerizedScientificNumber, printDecimalNumber, printf, round |
| Methods inherited from class net.sf.retrotranslator.runtime.format.NumericConversion |
|---|
appendNumber, printNumber, printSpecialNumber |
| Methods inherited from class net.sf.retrotranslator.runtime.format.Conversion |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FloatingPointConversion.DecimalConversion()
| Method Detail |
|---|
public void format(FormatContext context)
format in class Conversion
protected void printf(FormatContext context,
boolean negative,
java.math.BigDecimal argument)
printf in class FloatingPointConversion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||