Uses of Class
com.applitools.eyes.RectangleSize
-
Packages that use RectangleSize Package Description com.applitools.eyes -
-
Uses of RectangleSize in com.applitools.eyes
Fields in com.applitools.eyes declared as RectangleSize Modifier and Type Field Description static RectangleSizeRectangleSize. EMPTYMethods in com.applitools.eyes that return RectangleSize Modifier and Type Method Description RectangleSizeIRegion. getSize()RectangleSizeRegion. getSize()Gets size.static RectangleSizeRectangleSize. parse(String size)Parses a string into a {link RectangleSize} instance.RectangleSizeRectangleSize. scale(double scaleRatio)Get a scaled version of the current size.Methods in com.applitools.eyes with parameters of type RectangleSize 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.SubregionForStitching[]Region. getSubRegions(RectangleSize maxSubRegionSize, int logicalOverlap, double l2pScaleRatio, Rectangle physicalRectInScreenshot, Logger logger)voidRegion. setSize(RectangleSize size)Sets size.Constructors in com.applitools.eyes with parameters of type RectangleSize Constructor Description RectangleSize(RectangleSize source)Region(Location location, RectangleSize size)Instantiates a new Region.Region(Location location, RectangleSize size, CoordinatesType coordinatesType)Instantiates a new Region.
-