Uses of Class
com.applitools.eyes.RectangleSize
Packages that use RectangleSize
-
Uses of RectangleSize in com.applitools.eyes
Fields in com.applitools.eyes declared as RectangleSizeMethods in com.applitools.eyes that return RectangleSizeModifier and TypeMethodDescriptionIRegion.getSize()Region.getSize()Gets size.static RectangleSizeParses a string into a {link RectangleSize} instance.RectangleSize.scale(double scaleRatio) Get a scaled version of the current size.Methods in com.applitools.eyes with parameters of type RectangleSizeModifier 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.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 RectangleSizeModifierConstructorDescriptionRectangleSize(RectangleSize source) Region(Location location, RectangleSize size) Instantiates a new Region.Region(Location location, RectangleSize size, CoordinatesType coordinatesType) Instantiates a new Region.