Uses of Class
com.applitools.eyes.Region
-
Packages that use Region Package Description com.applitools.eyes -
-
Uses of Region in com.applitools.eyes
Fields in com.applitools.eyes declared as Region Modifier and Type Field Description static RegionRegion. EMPTYThe constant EMPTY.Methods in com.applitools.eyes that return Region Modifier and Type Method Description RegionRegion. addPadding(Padding padding)RegionRegion. expandToContain(Region region)Expand to contain region.RegionRegion. getIntersected(Region other)RegionIRegion. offset(int dx, int dy)RegionRegion. offset(int dx, int dy)Get an offset region.RegionRegion. offset(Location location)Get an offset region.RegionRegion. regionId(String regionId)RegionRegion. scale(double scaleRatio)Get a region which is a scaled version of the current region.Methods in com.applitools.eyes that return types with arguments of type Region Modifier and Type Method 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.Methods in com.applitools.eyes with parameters of type Region Modifier and Type Method Description booleanRegion. contains(Region other)Check if a region is contained within the current region.RegionRegion. expandToContain(Region region)Expand to contain region.RegionRegion. getIntersected(Region other)voidRegion. intersect(Region other)Replaces this region with the intersection of itself andotherbooleanRegion. isIntersected(Region other)Check if a region is intersected with the current region.
-