jp.sourceforge.sqs_xml.image
クラス PixelPatternFinder
java.lang.Object
jp.sourceforge.sqs_xml.image.PixelPatternFinder
- 直系の既知のサブクラス:
- BoundaryFinder
- public class PixelPatternFinder
- extends java.lang.Object
メソッドの概要 |
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