| Package | Description |
|---|---|
| com.applitools.eyes |
| Modifier and Type | Field and Description |
|---|---|
static RectangleSize |
RectangleSize.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
RectangleSize |
Region.getSize()
Gets size.
|
RectangleSize |
IRegion.getSize() |
static RectangleSize |
RectangleSize.parse(String size)
Parses a string into a {link RectangleSize} instance.
|
RectangleSize |
RectangleSize.scale(double scaleRatio)
Get a scaled version of the current size.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Region> |
Region.getSubRegions(RectangleSize subRegionSize)
Gets sub regions.
|
Iterable<Region> |
Region.getSubRegions(RectangleSize subRegionSize,
boolean isFixedSize)
Returns a list of sub-regions which compose the current region.
|
SubregionForStitching[] |
Region.getSubRegions(RectangleSize maxSubRegionSize,
int logicalOverlap,
double l2pScaleRatio,
Rectangle physicalRectInScreenshot,
Logger logger) |
void |
Region.setSize(RectangleSize size)
Sets size.
|
| Constructor and Description |
|---|
RectangleSize(RectangleSize source) |
Region(Location location,
RectangleSize size)
Instantiates a new Region.
|
Region(Location location,
RectangleSize size,
CoordinatesType coordinatesType)
Instantiates a new Region.
|
Copyright © 2023. All rights reserved.