| Package | Description |
|---|---|
| com.applitools.eyes |
| Modifier and Type | Method and Description |
|---|---|
CoordinatesType |
Region.getCoordinatesType()
Gets coordinates type.
|
CoordinatesType |
IRegion.getCoordinatesType() |
static CoordinatesType |
CoordinatesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinatesType[] |
CoordinatesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Region.setCoordinatesType(CoordinatesType value)
Sets coordinates type.
|
| Constructor and Description |
|---|
Region(int left,
int top,
int width,
int height,
CoordinatesType coordinatesType)
Instantiates a new Region.
|
Region(Location location,
RectangleSize size,
CoordinatesType coordinatesType)
Instantiates a new Region.
|
Copyright © 2023. All rights reserved.