public class CellTextFormatter extends CellFormatter
_formatters, format, locale
Constructor and Description |
---|
CellTextFormatter(String format,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
formatValue(StringBuffer toAppendTo,
Object obj)
Format a value according the format string.
|
void |
simpleValue(StringBuffer toAppendTo,
Object value)
Format a value according to the type, in the most basic way.
|
format, simpleFormat
public void formatValue(StringBuffer toAppendTo, Object obj)
formatValue
in class CellFormatter
toAppendTo
- The buffer to append to.obj
- The value to format.public void simpleValue(StringBuffer toAppendTo, Object value)
simpleValue
in class CellFormatter
toAppendTo
- The buffer to append to.value
- The value to format.Copyright © 2020. All rights reserved.