Package com.applitools.eyes
Class FloatingMatchSettings
- java.lang.Object
-
- com.applitools.eyes.FloatingMatchSettings
-
public class FloatingMatchSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intheightintleftintmaxDownOffsetintmaxLeftOffsetintmaxRightOffsetintmaxUpOffsetinttopintwidth
-
Constructor Summary
Constructors Constructor Description FloatingMatchSettings()FloatingMatchSettings(int left, int top, int width, int height, int maxUpOffset, int maxDownOffset, int maxLeftOffset, int maxRightOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetHeight()intgetLeft()intgetMaxDownOffset()intgetMaxLeftOffset()intgetMaxRightOffset()intgetMaxUpOffset()intgetTop()intgetWidth()inthashCode()StringtoString()
-
-
-
Method Detail
-
getTop
public int getTop()
-
getLeft
public int getLeft()
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getMaxUpOffset
public int getMaxUpOffset()
-
getMaxDownOffset
public int getMaxDownOffset()
-
getMaxLeftOffset
public int getMaxLeftOffset()
-
getMaxRightOffset
public int getMaxRightOffset()
-
-