Uses of Class
com.applitools.eyes.Location
Packages that use Location
-
Uses of Location in com.applitools.eyes
Fields in com.applitools.eyes declared as LocationMethods in com.applitools.eyes that return LocationModifier and TypeMethodDescriptionIRegion.getLocation()Region.getLocation()Gets location.Region.getMiddleOffset()Gets middle offset.Region.getNegativeLocation()Gets negative location.Location.offset(int dx, int dy) Get a location translated by the specified amount.Get a location translated by the specified amount.Location.scale(double scaleRatio) Get a scaled location.Methods in com.applitools.eyes with parameters of type LocationModifier and TypeMethodDescriptionbooleanCheck if a specified location is contained within this region.Get a location translated by the specified amount.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 LocationModifierConstructorDescriptionCreates 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.