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.RunnableCreation-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 voidrun()When an object implementing interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod 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 interfaceRunnableis used to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing thread. The general contract of the methodrunis that it may take any action whatsoever.- Specified by:
runin interfacejava.lang.Runnable- See Also:
Thread.run()
-
-