Class Region

java.lang.Object
io.percy.appium.lib.Region
Direct Known Subclasses:
IgnoreRegion

public class Region extends Object
  • Constructor Details

    • Region

      public Region(int top, int bottom, int left, int right)
  • Method Details

    • getTop

      public int getTop()
    • setTop

      public void setTop(int top)
    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom(int bottom)
    • getLeft

      public int getLeft()
    • setLeft

      public void setLeft(int left)
    • getRight

      public int getRight()
    • setRight

      public void setRight(int right)
    • isValid

      public boolean isValid(int height, int width)