Package com.applitools.eyes
Class ExactMatchSettings
java.lang.Object
com.applitools.eyes.ExactMatchSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatintintintvoidsetMatchThreshold(float matchThreshold) voidsetMinDiffHeight(int minDiffHeight) voidsetMinDiffIntensity(int minDiffIntensity) voidsetMinDiffWidth(int minDiffWidth) toString()
-
Constructor Details
-
ExactMatchSettings
public ExactMatchSettings() -
ExactMatchSettings
-
-
Method Details
-
getMinDiffIntensity
public int getMinDiffIntensity() -
setMinDiffIntensity
public void setMinDiffIntensity(int minDiffIntensity) -
getMinDiffWidth
public int getMinDiffWidth() -
setMinDiffWidth
public void setMinDiffWidth(int minDiffWidth) -
getMinDiffHeight
public int getMinDiffHeight() -
setMinDiffHeight
public void setMinDiffHeight(int minDiffHeight) -
getMatchThreshold
public float getMatchThreshold() -
setMatchThreshold
public void setMatchThreshold(float matchThreshold) -
toString
-