Class HtmlZipExportTask
java.lang.Object
org.jfree.report.modules.gui.swing.html.HtmlZipExportTask
- All Implemented Interfaces:
Runnable
Creation-Date: 02.12.2006, 14:15:14
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jfree.layouting.modules.output.html.HtmlOutputProcessor
void
run()
When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread.
-
Constructor Details
-
HtmlZipExportTask
- Throws:
ReportConfigurationException
-
-
Method Details
-
run
public void run()When an object implementing interfaceRunnable
is used to create a thread, starting the thread causes the object'srun
method to be called in that separately executing thread. The general contract of the methodrun
is that it may take any action whatsoever. -
createOutputProcessor
protected org.jfree.layouting.modules.output.html.HtmlOutputProcessor createOutputProcessor()
-