|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.format.CellFormatter org.apache.poi.ss.format.CellElapsedFormatter
public class CellElapsedFormatter
This class implements printing out an elapsed time format.
Field Summary |
---|
Fields inherited from class org.apache.poi.ss.format.CellFormatter |
---|
format, locale |
Constructor Summary | |
---|---|
CellElapsedFormatter(java.lang.String pattern)
Creates a elapsed time formatter. |
Method Summary | |
---|---|
void |
formatValue(java.lang.StringBuffer toAppendTo,
java.lang.Object value)
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. |
Methods inherited from class org.apache.poi.ss.format.CellFormatter |
---|
format, simpleFormat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellElapsedFormatter(java.lang.String pattern)
pattern
- The pattern to parse.Method Detail |
---|
public void formatValue(java.lang.StringBuffer toAppendTo, java.lang.Object value)
formatValue
in class CellFormatter
toAppendTo
- The buffer to append to.value
- The value to format.public void simpleValue(java.lang.StringBuffer toAppendTo, java.lang.Object value)
For a date, this is "mm/d/y".
simpleValue
in class CellFormatter
toAppendTo
- The buffer to append to.value
- The value to format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |