Class PdfExportTask
java.lang.Object
org.jfree.report.modules.gui.swing.pdf.PdfExportTask
- All Implemented Interfaces:
Runnable
Creation-Date: 02.12.2006, 15:34:17
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
PdfExportTask
- 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.
-