jp.sourceforge.sqs_xml.image
クラス PixelPatternFinder

java.lang.Object
  拡張jp.sourceforge.sqs_xml.image.PixelPatternFinder
直系の既知のサブクラス:
BoundaryFinder

public class PixelPatternFinder
extends java.lang.Object


フィールドの概要
static int SCAN_HORIZONTAL
           
static int SCAN_HORIZONTAL_REVERSE
           
static int SCAN_VERTICAL
           
static int SCAN_VERTICAL_REVERSE
           
 
コンストラクタの概要
PixelPatternFinder(RasterSource source)
           
 
メソッドの概要
protected static boolean isHorizontalScanning(int scanDirection)
           
protected static boolean isReverseScanning(int scanDirection)
           
 java.lang.Object scan(jp.sourceforge.sqs_xml.image.PixelEvaluator function, java.awt.Point origin, int scanDirection)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SCAN_HORIZONTAL

public static final int SCAN_HORIZONTAL
関連項目:
定数フィールド値

SCAN_HORIZONTAL_REVERSE

public static final int SCAN_HORIZONTAL_REVERSE
関連項目:
定数フィールド値

SCAN_VERTICAL

public static final int SCAN_VERTICAL
関連項目:
定数フィールド値

SCAN_VERTICAL_REVERSE

public static final int SCAN_VERTICAL_REVERSE
関連項目:
定数フィールド値
コンストラクタの詳細

PixelPatternFinder

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

isHorizontalScanning

protected static boolean isHorizontalScanning(int scanDirection)

isReverseScanning

protected static boolean isReverseScanning(int scanDirection)

scan

public java.lang.Object scan(jp.sourceforge.sqs_xml.image.PixelEvaluator function,
                             java.awt.Point origin,
                             int scanDirection)
                      throws RasterScannerException
例外:
RasterScannerException