public class FloatingRegionByRectangle extends Object implements GetFloatingRegion
| Constructor and Description |
|---|
FloatingRegionByRectangle(Region region,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDownOffset() |
int |
getMaxLeftOffset() |
int |
getMaxRightOffset() |
int |
getMaxUpOffset() |
Region |
getRegion() |
List<FloatingMatchSettings> |
getRegions(EyesScreenshot screenshot) |
public FloatingRegionByRectangle(Region region, int maxUpOffset, int maxDownOffset, int maxLeftOffset, int maxRightOffset)
public Region getRegion()
public List<FloatingMatchSettings> getRegions(EyesScreenshot screenshot)
getRegions in interface GetFloatingRegionpublic int getMaxUpOffset()
public int getMaxDownOffset()
public int getMaxLeftOffset()
public int getMaxRightOffset()
Copyright © 2023. All rights reserved.