Package com.applitools.eyes
Class FloatingMatchSettings
java.lang.Object
com.applitools.eyes.FloatingMatchSettings
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintintintintint -
Constructor Summary
ConstructorsConstructorDescriptionFloatingMatchSettings(int left, int top, int width, int height, int maxUpOffset, int maxDownOffset, int maxLeftOffset, int maxRightOffset) -
Method Summary
-
Field Details
-
top
public int top -
left
public int left -
width
public int width -
height
public int height -
maxUpOffset
public int maxUpOffset -
maxDownOffset
public int maxDownOffset -
maxLeftOffset
public int maxLeftOffset -
maxRightOffset
public int maxRightOffset
-
-
Constructor Details
-
FloatingMatchSettings
public FloatingMatchSettings() -
FloatingMatchSettings
public FloatingMatchSettings(int left, int top, int width, int height, int maxUpOffset, int maxDownOffset, int maxLeftOffset, int maxRightOffset)
-
-
Method Details
-
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() -
hashCode
-
equals
-
toString
-