Package com.applitools.eyes
Interface IRegion
-
- All Known Implementing Classes:
Region
public interface IRegion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetArea()CoordinatesTypegetCoordinatesType()intgetHeight()intgetLeft()LocationgetLocation()RectangleSizegetSize()intgetTop()intgetWidth()Regionoffset(int dx, int dy)
-
-
-
Method Detail
-
getLeft
int getLeft()
-
getTop
int getTop()
-
getSize
RectangleSize getSize()
-
getArea
int getArea()
-
getLocation
Location getLocation()
-
offset
Region offset(int dx, int dy)
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getCoordinatesType
CoordinatesType getCoordinatesType()
-
-