java.lang.ObjectTheorg.jfree.report.modules.output.table.base.TableProcessor
org.jfree.report.modules.output.table.csv.CSVTableProcessor
CSVTableProcessor coordinates the output for the layouted CSV output.
The bands are layouted and the layouted contents are printed into the csv-file.
For data oriented csv output try the org.jfree.report.targets.csv.CSVProcessor.
The used writer is not closed after the processing, the caller is responsible to
close the writer.
The CellSeparator can be used to alter the separator character, f.i. to create tab-separated files.
Thomas - Morgner| Field Summary | ||
|---|---|---|
| public static final String | CONFIGURATION_PREFIX | the configuration prefix for the csv table producer. |
| public static final String | SEPARATOR_KEY | the key for the separator string. |
| public static final String | SEPARATOR_DEFAULT | The default value for the separator string (","). |
| Fields inherited from org.jfree.report.modules.output.table.base.TableProcessor: |
|---|
| STRICT_TABLE_LAYOUT, STRICT_TABLE_LAYOUT_DEFAULT, STRICT_LAYOUT |
| Constructor: |
|---|
The default separator is a comma (","), but this can be overridden in the
report configuration (key:
|
|
| Method from org.jfree.report.modules.output.table.csv.CSVTableProcessor Summary: |
|---|
| createDummyProducer, createProducer, getReportConfigurationPrefix, getSeparator, getWriter, setSeparator, setWriter |
| Methods from org.jfree.report.modules.output.table.base.TableProcessor: |
|---|
| addRepaginationListener, checkInterrupted, configure, createDummyProducer, createProducer, fireStateUpdate, getProperties, getProperty, getProperty, getPropertyNames, getReport, getReportConfigurationPrefix, getTableWriter, isHandleInterruptedState, isStrictLayout, processReport, removeRepaginationListener, setHandleInterruptedState, setProperty, setStrictLayout |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jfree.report.modules.output.table.csv.CSVTableProcessor Detail: |
|---|
|
|
|
|
|
|
|