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