| Package | Description |
|---|---|
| org.jemmy.image.pixel |
| Modifier and Type | Field and Description |
|---|---|
static Raster.Component[] |
AverageDistanceComparator.DISTANCE_COMPONENTS |
| Modifier and Type | Method and Description |
|---|---|
Raster.Component[] |
Raster.getSupported()
Returns a list of supported components.
|
static Raster.Component |
Raster.Component.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Raster.Component[] |
Raster.Component.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
PixelImageComparator.arrayIndexOf(Raster.Component[] comps,
Raster.Component comp) |
static int |
PixelImageComparator.arrayIndexOf(Raster.Component[] comps,
Raster.Component comp) |
protected void |
PixelImageComparator.calcDiffColor(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2,
Raster.Component[] compsRes,
double[] colorsRes) |
protected void |
PixelImageComparator.calcDiffColor(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2,
Raster.Component[] compsRes,
double[] colorsRes) |
protected void |
PixelImageComparator.calcDiffColor(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2,
Raster.Component[] compsRes,
double[] colorsRes) |
protected abstract boolean |
BaseCountingRasterComparator.compare(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2) |
protected abstract boolean |
BaseCountingRasterComparator.compare(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2) |
protected boolean |
PixelEqualityRasterComparator.compare(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2) |
protected boolean |
PixelEqualityRasterComparator.compare(Raster.Component[] comps1,
double[] colors1,
Raster.Component[] comps2,
double[] colors2) |
protected double |
PixelImageComparator.getComponentValue(Raster.Component[] components,
double[] colors,
Raster.Component comp)
Returns color component value using its alpha information
|
protected double |
PixelImageComparator.getComponentValue(Raster.Component[] components,
double[] colors,
Raster.Component comp)
Returns color component value using its alpha information
|
void |
ColorMappingComparator.ColorMap.map(Raster.Component[] components,
double[] values,
double[] newValues) |
Copyright © 2019. All rights reserved.