|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Facemorph.psychomorph.BatchProcess
public class BatchProcess
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 |
---|
public BatchProcess(Batchable batchable, java.lang.String append, java.awt.Component parent, javax.swing.JFileChooser jFileChooser1, java.io.File f, ImageZoomPanel izp)
batchable
- the bacthable to runappend
- the string to appendparent
- the parent of the componentjFileChooser1
- the file chooserf
- the file to processizp
- the ImageZoomPanel to run it onMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |