| java.lang.Object net.sf.retrotranslator.runtime.format.Conversion net.sf.retrotranslator.runtime.format.NumericConversion net.sf.retrotranslator.runtime.format.FloatingPointConversion
Method Summary | |
protected static StringBuilder | appendZeros(StringBuilder builder, int count) | protected static void | printComputerizedScientificNumber(FormatContext context, boolean negative, BigDecimal argument, int precision) | protected static void | printDecimalNumber(FormatContext context, boolean negative, BigDecimal argument, boolean localized) | abstract protected void | printf(FormatContext context, boolean negative, BigDecimal argument) | protected void | printf(FormatContext context) | protected static BigDecimal | round(BigDecimal decimal, int shift) |
printComputerizedScientificNumber | protected static void printComputerizedScientificNumber(FormatContext context, boolean negative, BigDecimal argument, int precision)(Code) | | |
printDecimalNumber | protected static void printDecimalNumber(FormatContext context, boolean negative, BigDecimal argument, boolean localized)(Code) | | |
|
|