Package com.applitools.eyes.config
Class ContentInset
java.lang.Object
com.applitools.eyes.config.ContentInset
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContentInset
public ContentInset() -
ContentInset
public ContentInset(int top, int left, int bottom, int right)
-
-
Method Details
-
getTop
public int getTop() -
setTop
public void setTop(int top) -
getLeft
public int getLeft() -
setLeft
public void setLeft(int left) -
getBottom
public int getBottom() -
setBottom
public void setBottom(int bottom) -
getRight
public int getRight() -
setRight
public void setRight(int right)
-