morey.spore
Class NumberFormatter

java.lang.Object
  |
  +--morey.spore.NumberFormatter

public class NumberFormatter
extends java.lang.Object

Here is a link to the source code


Constructor Summary
NumberFormatter()
           
 
Method Summary
static java.lang.String formatDouble(double x, int afterDecimal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberFormatter

public NumberFormatter()
Method Detail

formatDouble

public static java.lang.String formatDouble(double x,
                                            int afterDecimal)