Facemorph.psychomorph
Class BatchProcess

java.lang.Object
  extended by Facemorph.psychomorph.BatchProcess
All Implemented Interfaces:
java.lang.Runnable

public class BatchProcess
extends java.lang.Object
implements java.lang.Runnable

Batch processing made multi threaded


Constructor Summary
BatchProcess(Batchable batchable, java.lang.String append, java.awt.Component parent, javax.swing.JFileChooser jFileChooser1, java.io.File f, ImageZoomPanel izp)
          Create a batch processing thread
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchProcess

public BatchProcess(Batchable batchable,
                    java.lang.String append,
                    java.awt.Component parent,
                    javax.swing.JFileChooser jFileChooser1,
                    java.io.File f,
                    ImageZoomPanel izp)
Create a batch processing thread

Parameters:
batchable - the bacthable to run
append - the string to append
parent - the parent of the component
jFileChooser1 - the file chooser
f - the file to process
izp - the ImageZoomPanel to run it on
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable