Class PrintThread

java.lang.Object
java.lang.Thread
org.loboevolution.pdf.PrintThread
All Implemented Interfaces:
Runnable

public class PrintThread extends Thread
A thread for printing in.
  • Constructor Details

    • PrintThread

      public PrintThread(PDFPrintPage pages, PrinterJob pjob, PDFViewer dialog)
      Instantiates a new prints the thread.
      Parameters:
      pages - the pages
      pjob - the pjob
      dialog - a PDFViewer object.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread