| Package | Description |
|---|---|
| com.applitools.eyes |
| Modifier and Type | Field and Description |
|---|---|
static Region |
Region.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
List<Region> |
Region.getSubRegions(RectangleSize maxSubRegionSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Region.contains(Region other)
Check if a region is contained within the current region.
|
void |
Region.intersect(Region other)
Replaces this region with the intersection of itself and
other |
boolean |
Region.isIntersected(Region other)
Check if a region is intersected with the current region.
|
| Constructor and Description |
|---|
Region(Region other) |
Copyright © 2014. All rights reserved.