Package com.applitools.eyes
Class ExactMatchSettings
- java.lang.Object
-
- com.applitools.eyes.ExactMatchSettings
-
public class ExactMatchSettings extends Object
Encapsulates settings for the "Exact" match level.
-
-
Constructor Summary
Constructors Constructor Description ExactMatchSettings()ExactMatchSettings(ExactMatchSettings other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetMatchThreshold()intgetMinDiffHeight()intgetMinDiffIntensity()intgetMinDiffWidth()voidsetMatchThreshold(float matchThreshold)voidsetMinDiffHeight(int minDiffHeight)voidsetMinDiffIntensity(int minDiffIntensity)voidsetMinDiffWidth(int minDiffWidth)StringtoString()
-
-
-
Constructor Detail
-
ExactMatchSettings
public ExactMatchSettings()
-
ExactMatchSettings
public ExactMatchSettings(ExactMatchSettings other)
-
-
Method Detail
-
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)
-
-