Uses of Class
com.applitools.eyes.Region
Packages that use Region
-
Uses of Region in com.applitools.eyes
Fields in com.applitools.eyes declared as RegionMethods in com.applitools.eyes that return RegionModifier and TypeMethodDescriptionRegion.addPadding(Padding padding) Region.expandToContain(Region region) Expand to contain region.Region.getIntersected(Region other) IRegion.offset(int dx, int dy) Region.offset(int dx, int dy) Get an offset region.Get an offset region.Region.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 RegionModifier and TypeMethodDescriptionRegion.getSubRegions(RectangleSize subRegionSize) Gets sub regions.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 RegionModifier and TypeMethodDescriptionintbooleanCheck if a region is contained within the current region.Region.expandToContain(Region region) Expand to contain region.Region.getIntersected(Region other) voidReplaces this region with the intersection of itself andotherbooleanRegion.isIntersected(Region other) Check if a region is intersected with the current region.