|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.text.Format
gnu.text.ReportFormat
gnu.text.IntegerFormat
gnu.kawa.functions.IntegerFormat
public class IntegerFormat
| 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 |
|---|
public IntegerFormat()
| Method Detail |
|---|
public static IntegerFormat getInstance()
public static java.text.Format getInstance(int base,
int minWidth,
int padChar,
int commaChar,
int commaInterval,
int flags)
public java.lang.String convertToIntegerString(java.lang.Object arg,
int radix)
convertToIntegerString in class IntegerFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||