jp.sourceforge.sqs_xml.image
クラス TextAreaFinder

java.lang.Object
  拡張jp.sourceforge.sqs_xml.image.PixelPatternFinder
      拡張jp.sourceforge.sqs_xml.image.TextAreaFinder

public class TextAreaFinder
extends PixelPatternFinder


フィールドの概要
 
クラス jp.sourceforge.sqs_xml.image.PixelPatternFinder から継承したフィールド
SCAN_HORIZONTAL, SCAN_HORIZONTAL_REVERSE, SCAN_VERTICAL, SCAN_VERTICAL_REVERSE
 
コンストラクタの概要
TextAreaFinder(RasterSource source)
           
 
メソッドの概要
 int getHeight()
           
 java.awt.Rectangle getTextareaRectangle(int x, int y, int direction)
           
 void setHeight(int height)
           
 
クラス jp.sourceforge.sqs_xml.image.PixelPatternFinder から継承したメソッド
isHorizontalScanning, isReverseScanning, scan
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TextAreaFinder

public TextAreaFinder(RasterSource source)
メソッドの詳細

setHeight

public void setHeight(int height)

getHeight

public int getHeight()

getTextareaRectangle

public java.awt.Rectangle getTextareaRectangle(int x,
                                               int y,
                                               int direction)
                                        throws RasterScannerException
例外:
RasterScannerException