Uses of Enum Class
com.applitools.eyes.CoordinatesType
Packages that use CoordinatesType
-
Uses of CoordinatesType in com.applitools.eyes
Methods in com.applitools.eyes that return CoordinatesTypeModifier and TypeMethodDescriptionIRegion.getCoordinatesType()Region.getCoordinatesType()Gets coordinates type.static CoordinatesTypeReturns the enum constant of this class with the specified name.static CoordinatesType[]CoordinatesType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.applitools.eyes with parameters of type CoordinatesTypeModifier and TypeMethodDescriptionvoidRegion.setCoordinatesType(CoordinatesType value) Sets coordinates type.Constructors in com.applitools.eyes with parameters of type CoordinatesTypeModifierConstructorDescriptionRegion(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.