Class DurationCellWriter
java.lang.Object
ch.tocco.nice2.reporting.impl.dynamic.poiss.DurationCellWriter
- All Implemented Interfaces:
CellWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getContentLength
(Object value) void
writeCell
(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CreationHelper creationHelper, org.apache.poi.ss.usermodel.Cell cell, Object value, Object state, org.joda.time.DateTimeZone timezone)
-
Constructor Details
-
DurationCellWriter
public DurationCellWriter()
-
-
Method Details
-
getFormat
-
setFormat
-
writeCell
public Object writeCell(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CreationHelper creationHelper, org.apache.poi.ss.usermodel.Cell cell, Object value, Object state, org.joda.time.DateTimeZone timezone) - Specified by:
writeCell
in interfaceCellWriter
-
getContentLength
- Specified by:
getContentLength
in interfaceCellWriter
-