Package org.netbeans.jemmy.image

Image library Contains classes allowing to compare two images and to find one image inside another.

See:
          Description

Interface Summary
ColorImageComparator.ColorMap Interface to map colors during the comparision.
ImageComparator Interface for all classes performing image comparision.
ImageFinder Interface for all classes performing image lookup.
ImageLoader Interface for all classes performing image loading.
ImageSaver Interface for classes performing image saving.
 

Class Summary
ColorImageComparator Compares two images with color mapping defined by ColorModel implementation.
ColorImageComparator.BackgroundColorMap Turns background color to black, left others unchanged.
ColorImageComparator.ForegroundColorMap Turns foreground color to white, other - to black.
FileImageComparator Allowes compares images in memory to ones stored in files and compare such images one with another.
ImageTool Contains util methods to work with images.
PNGImageLoader Allowes to process PNF image format.
PNGImageSaver Allowes to process PNF image format.
RoughImageComparator Compares two images roughly (i.e. not all of the pixel colors should match).
RoughImageFinder Performs "rough" image search.
StrictImageComparator Compares two images strictly (i.e. all the pixel colors should match).
StrictImageFinder Performs "strict" (i.e. based on all pixels matching) image search.
 

Package org.netbeans.jemmy.image Description

Image library

Contains classes allowing to compare two images and to find one image inside another.

Since:
9 Nov 2002