| Package | Description |
|---|---|
| com.applitools.eyes |
| Modifier and Type | Field and Description |
|---|---|
static Location |
Location.ZERO |
| Modifier and Type | Method and Description |
|---|---|
Location |
Region.getLocation() |
Location |
Region.getMiddleOffset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Region.contains(Location location)
Check if a specified location is contained within this region.
|
void |
Location.offset(Location amount)
Translates this location by the specified amount (in place!).
|
void |
Region.setLocation(Location location)
Set the (top,left) position of the current region
|
| Constructor and Description |
|---|
Location(Location other)
Creates a location from another location instance.
|
Region(Location location,
RectangleSize size) |
Copyright © 2016. All rights reserved.