Package | Description |
---|---|
com.abmash.api.query |
Provides classes to find elements on web pages.
|
com.abmash.core.color |
Provides classes to handle color queries.
|
com.abmash.core.query |
Provides classes and enums that allow further specification of boolean, color, distance and direction queries.
|
Modifier and Type | Method and Description |
---|---|
static Predicate |
QueryFactory.color(ColorName colorName,
Tolerance tolerance,
Dominance dominance)
Finds elements that match the desired color.
|
static Predicate |
QueryFactory.color(java.awt.Color color,
Tolerance tolerance,
Dominance dominance)
Finds elements that match the desired color.
|
Modifier and Type | Method and Description |
---|---|
static Dominance |
Dominance.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Dominance[] |
Dominance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorOptions.setDominance(Dominance dominance) |