dori.jasper.engine.export
Class JRCsvExporter
java.lang.Object
dori.jasper.engine.JRAbstractExporter
dori.jasper.engine.export.JRCsvExporter
- All Implemented Interfaces:
- JRExporter
- public class JRCsvExporter
- extends JRAbstractExporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delimiter
protected java.lang.String delimiter
writer
protected java.io.Writer writer
progressMonitor
protected JRExportProgressMonitor progressMonitor
grid
protected JRExporterGridCell[][] grid
isRowUsed
protected boolean[] isRowUsed
isColUsed
protected boolean[] isColUsed
xCuts
protected java.util.List xCuts
yCuts
protected java.util.List yCuts
JRCsvExporter
public JRCsvExporter()
exportReport
public void exportReport()
throws JRException
- Specified by:
exportReport
in interface JRExporter
- Specified by:
exportReport
in class JRAbstractExporter
- Throws:
JRException
exportReportToWriter
protected void exportReportToWriter()
throws JRException,
java.io.IOException
- Throws:
JRException
java.io.IOException
exportPage
protected void exportPage(JRPrintPage page)
throws JRException,
java.io.IOException
- Throws:
JRException
java.io.IOException
layoutGrid
protected void layoutGrid(JRPrintPage page)
prepareText
protected java.lang.String prepareText(java.lang.String source)
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.