Package digilib.image
Class ImageWorker
- java.lang.Object
-
- digilib.image.ImageWorker
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description ImageWorker(DigilibConfiguration dlConfig, ImageJobDescription jobinfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocuImage
call()
render and return the imagevoid
stopNow()
Set the stopNow flag.
-
-
-
Constructor Detail
-
ImageWorker
public ImageWorker(DigilibConfiguration dlConfig, ImageJobDescription jobinfo)
-
-
Method Detail
-
call
public DocuImage call() throws FileOpException, IOException, ImageOpException
render and return the image- Specified by:
call
in interfaceCallable<DocuImage>
- Throws:
FileOpException
IOException
ImageOpException
-
stopNow
public void stopNow()
Set the stopNow flag. Thread stops at the next occasion.
-
-