public class CaseConvertFormat extends ReportFormat
PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED| Constructor and Description |
|---|
CaseConvertFormat(java.text.Format baseFormat,
char action) |
| Modifier and Type | Method and Description |
|---|---|
int |
format(java.lang.Object[] args,
int start,
java.lang.Appendable dst,
java.text.FieldPosition fpos)
Format an array of arguments, and write out the result.
|
java.text.Format |
getBaseFormat() |
void |
setBaseFormat(java.text.Format baseFormat) |
format, format, format, format, format, getParam, getParam, getParam, nextArg, parseObject, print, print, result, resultCodepublic CaseConvertFormat(java.text.Format baseFormat,
char action)
public java.text.Format getBaseFormat()
public void setBaseFormat(java.text.Format baseFormat)
public int format(java.lang.Object[] args,
int start,
java.lang.Appendable dst,
java.text.FieldPosition fpos)
throws java.io.IOException
ReportFormatformat in class ReportFormatargs - the objects to be formattedstart - the index (in args) of the argument to start withdst - where to write the resultjava.io.IOException