| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.utils |
| Modifier and Type | Field and Description |
|---|---|
static Region |
Region.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Iterable<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) |
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ImageUtils.getImagePart(BufferedImage image,
Region region)
Get a copy of the part of the image given by region.
|
Copyright © 2015. All rights reserved.