net.sf.sqs_xml.reader.logic
クラス ReaderCoreTask

java.lang.Object
  拡張net.sf.sqs_xml.reader.logic.ReaderTask
      拡張net.sf.sqs_xml.reader.logic.ReaderBaseTask
          拡張net.sf.sqs_xml.reader.logic.FilteredReaderBaseTask
              拡張net.sf.sqs_xml.reader.logic.ReaderCoreTask

public abstract class ReaderCoreTask
extends FilteredReaderBaseTask

作成者:
hiroya

フィールドの概要
static int BLACK_THRESHOLD
           
static double DOUBLE_MARK_RECOGNIZE_DENSITY
           
static boolean GUIDE_SQUARE_SHAPE_CHECKER_ENABLED
           
static double MARK_RECOGNIZE_DENSITY
           
 
コンストラクタの概要
ReaderCoreTask(net.sf.sqs_xml.reader.logic.BaseTaskSource source, net.sf.sqs_xml.reader.logic.BaseTaskTarget target, ReaderProcessView view)
           
 
メソッドの概要
 void processCoreTasks()
           
 void processErrorImages()
           
 void showResult()
           
 
クラス net.sf.sqs_xml.reader.logic.FilteredReaderBaseTask から継承したメソッド
checkImageFiles, getSource, getTarget, save
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MARK_RECOGNIZE_DENSITY

public static double MARK_RECOGNIZE_DENSITY

DOUBLE_MARK_RECOGNIZE_DENSITY

public static double DOUBLE_MARK_RECOGNIZE_DENSITY

GUIDE_SQUARE_SHAPE_CHECKER_ENABLED

public static boolean GUIDE_SQUARE_SHAPE_CHECKER_ENABLED

BLACK_THRESHOLD

public static int BLACK_THRESHOLD
コンストラクタの詳細

ReaderCoreTask

public ReaderCoreTask(net.sf.sqs_xml.reader.logic.BaseTaskSource source,
                      net.sf.sqs_xml.reader.logic.BaseTaskTarget target,
                      ReaderProcessView view)
メソッドの詳細

processErrorImages

public void processErrorImages()
                        throws ThreadSuspendingException
例外:
ThreadSuspendingException

showResult

public void showResult()

processCoreTasks

public void processCoreTasks()
                      throws ThreadSuspendingException,
                             TranslatorException,
                             javax.xml.transform.TransformerException
例外:
ThreadSuspendingException
TranslatorException
javax.xml.transform.TransformerException