public class VGRegion extends Object implements com.applitools.eyes.IRegion
| Modifier and Type | Field and Description |
|---|---|
String |
error |
int |
height |
int |
width |
int |
x |
int |
y |
| Constructor and Description |
|---|
VGRegion() |
| Modifier and Type | Method and Description |
|---|---|
int |
getArea() |
int |
getBottom() |
com.applitools.eyes.CoordinatesType |
getCoordinatesType() |
String |
getError() |
int |
getHeight() |
int |
getLeft() |
com.applitools.eyes.Location |
getLocation() |
com.applitools.eyes.Region |
getRegion() |
int |
getRight() |
com.applitools.eyes.RectangleSize |
getSize() |
int |
getTop() |
int |
getWidth() |
com.applitools.eyes.Location |
Location() |
com.applitools.eyes.Region |
offset(int dx,
int dy) |
String |
toString() |
public int x
public int y
public int width
public int height
public String error
public com.applitools.eyes.Location Location()
public int getLeft()
getLeft in interface com.applitools.eyes.IRegionpublic int getRight()
public int getTop()
getTop in interface com.applitools.eyes.IRegionpublic int getBottom()
public com.applitools.eyes.RectangleSize getSize()
getSize in interface com.applitools.eyes.IRegionpublic int getArea()
getArea in interface com.applitools.eyes.IRegionpublic com.applitools.eyes.Region getRegion()
public com.applitools.eyes.Location getLocation()
getLocation in interface com.applitools.eyes.IRegionpublic com.applitools.eyes.Region offset(int dx,
int dy)
offset in interface com.applitools.eyes.IRegionpublic int getWidth()
getWidth in interface com.applitools.eyes.IRegionpublic int getHeight()
getHeight in interface com.applitools.eyes.IRegionpublic com.applitools.eyes.CoordinatesType getCoordinatesType()
getCoordinatesType in interface com.applitools.eyes.IRegionpublic String getError()
Copyright © 2021. All rights reserved.