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()
CancellableTask
isCancellationRequested
in interface CancellableTask
public void cancelRequest()
CancellableTask
cancelRequest
in interface CancellableTask