public class PdfPrintTask extends java.lang.Object implements java.lang.Runnable, CancellableTask
| Modifier and Type | Field and Description |
|---|---|
static boolean |
WORKING |
| Constructor and Description |
|---|
PdfPrintTask(MapSheetsLayoutTemplate lay_template,
boolean all_sheets,
FLayer back_lyr,
java.lang.String out_folder,
java.lang.String bname,
IProgressListener pro_listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequest()
Request to the task that cancel.
|
boolean |
isCancellationRequested()
Return true if has request to cancel to the task.
|
void |
run() |
public PdfPrintTask(MapSheetsLayoutTemplate lay_template, boolean all_sheets, FLayer back_lyr, java.lang.String out_folder, java.lang.String bname, IProgressListener pro_listener)
public void run()
run in interface java.lang.Runnablepublic boolean isCancellationRequested()
CancellableTaskisCancellationRequested in interface CancellableTaskpublic void cancelRequest()
CancellableTaskcancelRequest in interface CancellableTask