Package | Description |
---|---|
org.geotools.image.test |
Modifier and Type | Method and Description |
---|---|
static ImageComparator.Mode |
ImageComparator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageComparator.Mode[] |
ImageComparator.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageAssert.assertEquals(File expectedImage,
RenderedImage actualImage,
int threshold,
ImageComparator.Mode mode)
Checks the expected image and the actual image are equals from a human perception p.o.v
|
Constructor and Description |
---|
ImageComparator(ImageComparator.Mode mode,
RenderedImage image1,
RenderedImage image2) |
Copyright © 1996–2019 Geotools. All rights reserved.