Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Format
gnu.text.ReportFormat
gnu.text.IntegerFormat
gnu.kawa.functions.IntegerFormat
public class IntegerFormat
extends IntegerFormat
Field Summary |
Fields inherited from class gnu.text.IntegerFormat | |
MIN_DIGITS , PAD_RIGHT , SHOW_BASE , SHOW_GROUPS , SHOW_PLUS , SHOW_SPACE , UPPERCASE , base , commaChar , commaInterval , flags , minWidth , padChar |
Fields inherited from class gnu.text.ReportFormat | |
PARAM_FROM_COUNT , PARAM_FROM_LIST , PARAM_UNSPECIFIED |
Constructor Summary | |
Method Summary | |
String |
|
static IntegerFormat | |
static java.text.Format |
|
Methods inherited from class gnu.text.IntegerFormat | |
convertToIntegerString , format , format |
Methods inherited from class gnu.text.ReportFormat | |
format , format , format , format , format , format , getParam , getParam , getParam , nextArg , parseObject , print , print , result , resultCode |
public String convertToIntegerString(Object arg, int radix)
- Overrides:
- convertToIntegerString in interface IntegerFormat
public static java.text.Format getInstance(int base, int minWidth, int padChar, int commaChar, int commaInterval, int flags)