| Package | Description |
|---|---|
| org.jemmy.image.pixel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WriteableRaster |
| Modifier and Type | Method and Description |
|---|---|
Raster |
PNGLoader.decode()
Decodes image from an input stream passed into constructor.
|
Raster |
PNGLoader.decode(boolean closeStream)
Decodes image from an input stream passed into constructor.
|
protected abstract Raster |
PixelImageComparator.toRaster(Image image) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColorMappingComparator.compare(Raster image1,
Raster image2) |
boolean |
RasterComparator.compare(Raster image1,
Raster image2) |
boolean |
PeakSignalNoiseRatioComparator.compare(Raster image1,
Raster image2) |
boolean |
AverageDistanceComparator.compare(Raster image1,
Raster image2) |
boolean |
BaseCountingRasterComparator.compare(Raster image1,
Raster image2) |
boolean |
MaxDistanceComparator.compare(Raster image1,
Raster image2) |
WriteableRaster |
PixelImageComparator.computeDifference(Raster image1,
Raster image2) |
static Dimension |
PixelImageComparator.computeDiffSize(Raster one,
Raster two) |
protected abstract WriteableRaster |
PixelImageComparator.createDiffRaster(Raster r1,
Raster r2) |
void |
PNGSaver.encode(Raster image)
main encoding method (stays blocked till encoding is finished).
|
WriteableRaster |
ColorMappingComparator.map(Raster image,
ColorMappingComparator.ColorMap map) |
protected abstract Image |
PixelImageComparator.toImage(Raster image) |
Copyright © 2018. All rights reserved.