gnu.kawa.functions
Class IntegerFormat

java.lang.Object
  extended by java.text.Format
      extended by gnu.text.ReportFormat
          extended by gnu.text.IntegerFormat
              extended by gnu.kawa.functions.IntegerFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class IntegerFormat
extends IntegerFormat

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
java.text.Format.Field
 
Field Summary
 
Fields inherited from class gnu.text.IntegerFormat
base, commaChar, commaInterval, flags, MIN_DIGITS, minWidth, PAD_RIGHT, padChar, SHOW_BASE, SHOW_GROUPS, SHOW_PLUS, SHOW_SPACE, UPPERCASE
 
Fields inherited from class gnu.text.ReportFormat
PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED
 
Constructor Summary
IntegerFormat()
           
 
Method Summary
 java.lang.String convertToIntegerString(java.lang.Object arg, int radix)
           
static IntegerFormat getInstance()
           
static java.text.Format getInstance(int base, int minWidth, int padChar, int commaChar, int commaInterval, int flags)
           
 
Methods inherited from class gnu.text.IntegerFormat
format, format
 
Methods inherited from class gnu.text.ReportFormat
format, format, format, format, getParam, getParam, getParam, nextArg, parseObject, print, print, result, resultCode
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerFormat

public IntegerFormat()
Method Detail

getInstance

public static IntegerFormat getInstance()

getInstance

public static java.text.Format getInstance(int base,
                                           int minWidth,
                                           int padChar,
                                           int commaChar,
                                           int commaInterval,
                                           int flags)

convertToIntegerString

public java.lang.String convertToIntegerString(java.lang.Object arg,
                                               int radix)
Overrides:
convertToIntegerString in class IntegerFormat