Uses of Class
com.applitools.eyes.Location
-
Packages that use Location Package Description com.applitools.eyes -
-
Uses of Location in com.applitools.eyes
Fields in com.applitools.eyes declared as Location Modifier and Type Field Description static LocationLocation. ZEROMethods in com.applitools.eyes that return Location Modifier and Type Method Description LocationIRegion. getLocation()LocationRegion. getLocation()Gets location.LocationRegion. getMiddleOffset()Gets middle offset.LocationRegion. getNegativeLocation()Gets negative location.LocationLocation. offset(int dx, int dy)Get a location translated by the specified amount.LocationLocation. offset(Location amount)Get a location translated by the specified amount.LocationLocation. scale(double scaleRatio)Get a scaled location.Methods in com.applitools.eyes with parameters of type Location Modifier and Type Method Description booleanRegion. contains(Location location)Check if a specified location is contained within this region.LocationLocation. offset(Location amount)Get a location translated by the specified amount.RegionRegion. offset(Location location)Get an offset region.voidRegion. setLocation(Location location)Set the (top,left) position of the current regionConstructors in com.applitools.eyes with parameters of type Location Constructor Description Location(Location other)Creates a location from another location instance.Region(Location location, RectangleSize size)Instantiates a new Region.Region(Location location, RectangleSize size, CoordinatesType coordinatesType)Instantiates a new Region.
-