br.usp.iterador.util
Class NumberFormatter

java.lang.Object
  extended by br.usp.iterador.util.NumberFormatter

public class NumberFormatter
extends java.lang.Object

Author:
Guilherme Silveira

Constructor Summary
NumberFormatter()
           
 
Method Summary
static java.text.DecimalFormat getDecimal(int minInt, int maxInt, int minFrac, int maxFrac, boolean group, boolean separator)
          Retorna um formatador
 
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

getDecimal

public static java.text.DecimalFormat getDecimal(int minInt,
                                                 int maxInt,
                                                 int minFrac,
                                                 int maxFrac,
                                                 boolean group,
                                                 boolean separator)
Retorna um formatador

Returns:
the number formater


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.