Package com.applitools.eyes.config
Class ContentInset
- java.lang.Object
-
- com.applitools.eyes.config.ContentInset
-
public class ContentInset extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentInset()ContentInset(int top, int left, int bottom, int right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()intgetLeft()intgetRight()intgetTop()voidsetBottom(int bottom)voidsetLeft(int left)voidsetRight(int right)voidsetTop(int top)
-