Uses of Class
com.applitools.eyes.CoordinatesType
-
Packages that use CoordinatesType Package Description com.applitools.eyes -
-
Uses of CoordinatesType in com.applitools.eyes
Methods in com.applitools.eyes that return CoordinatesType Modifier and Type Method Description CoordinatesTypeIRegion. getCoordinatesType()CoordinatesTypeRegion. getCoordinatesType()Gets coordinates type.static CoordinatesTypeCoordinatesType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinatesType[]CoordinatesType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.applitools.eyes with parameters of type CoordinatesType Modifier and Type Method Description voidRegion. setCoordinatesType(CoordinatesType value)Sets coordinates type.Constructors in com.applitools.eyes with parameters of type CoordinatesType Constructor Description Region(int left, int top, int width, int height, CoordinatesType coordinatesType)Instantiates a new Region.Region(Location location, RectangleSize size, CoordinatesType coordinatesType)Instantiates a new Region.
-