public class PdfPrintTask extends Object implements Runnable, CancellableTask
| Modifier and Type | Field and Description |
|---|---|
static boolean |
WORKING |
| Constructor and Description |
|---|
PdfPrintTask(MapSheetsLayoutTemplate lay_template,
boolean all_sheets,
FLayer back_lyr,
String out_folder,
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, String out_folder, String bname, IProgressListener pro_listener)
public boolean isCancellationRequested()
CancellableTaskisCancellationRequested in interface CancellableTaskpublic void cancelRequest()
CancellableTaskcancelRequest in interface CancellableTask