public class ImageComparison extends Object implements ImageObserver
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Constructor and Description |
---|
ImageComparison()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
imageUpdate(Image img,
int infoflags,
int x,
int y,
int width,
int height)
Dummy implementation of the ImageObserver interface.
|
static void |
main(String[] args)
Entry point for CLI image comparison interface.
|
public static void main(String[] args)
args
- entry command line arguments.public boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height)
imageUpdate
in interface ImageObserver
img
- an imageinfoflags
- flagsx
- x coordinatey
- y coordinatewidth
- widthheight
- height