Class PdfExportTask
- java.lang.Object
-
- org.jfree.report.modules.gui.swing.pdf.PdfExportTask
-
- All Implemented Interfaces:
java.lang.Runnable
public class PdfExportTask extends java.lang.Object implements java.lang.Runnable
Creation-Date: 02.12.2006, 15:34:17- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description PdfExportTask(ReportJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 Detail
-
PdfExportTask
public PdfExportTask(ReportJob job) throws ReportConfigurationException
- Throws:
ReportConfigurationException
-
-
Method Detail
-
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.- Specified by:
run
in interfacejava.lang.Runnable
- See Also:
Thread.run()
-
-