Package digilib.image
Class ImageWorker
java.lang.Object
digilib.image.ImageWorker
Worker that renders an image.
- Author:
- casties
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
loggerprotected static final org.slf4j.Logger logger
 
- 
- 
Constructor Details- 
ImageWorker
 
- 
- 
Method Details- 
callrender and return the image- Specified by:
- callin interface- Callable<DocuImage>
- Throws:
- FileOpException
- IOException
- ImageOpException
 
- 
stopNowpublic void stopNow()Set the stopNow flag. Thread stops at the next occasion.
 
-