Uses of Class
com.applitools.eyes.MatchLevel
-
Packages that use MatchLevel Package Description com.applitools com.applitools.eyes com.applitools.eyes.config com.applitools.eyes.fluent com.applitools.eyes.metadata -
-
Uses of MatchLevel in com.applitools
Methods in com.applitools that return MatchLevel Modifier and Type Method Description MatchLevelICheckSettingsInternal. getMatchLevel()Methods in com.applitools with parameters of type MatchLevel Modifier and Type Method Description ICheckSettingsICheckSettings. matchLevel(MatchLevel matchLevel)Set the match level by which to compare the screenshot. -
Uses of MatchLevel in com.applitools.eyes
Methods in com.applitools.eyes that return MatchLevel Modifier and Type Method Description static MatchLevelMatchLevel. fromString(String key)MatchLevelImageMatchSettings. getMatchLevel()static MatchLevelMatchLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchLevel[]MatchLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.applitools.eyes with parameters of type MatchLevel Modifier and Type Method Description voidImageMatchSettings. setMatchLevel(MatchLevel matchLevel)Constructors in com.applitools.eyes with parameters of type MatchLevel Constructor Description ImageMatchSettings(MatchLevel matchLevel, ExactMatchSettings exact, boolean useDom) -
Uses of MatchLevel in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return MatchLevel Modifier and Type Method Description MatchLevelConfiguration. getMatchLevel()MatchLevelIConfiguration. getMatchLevel()Methods in com.applitools.eyes.config with parameters of type MatchLevel Modifier and Type Method Description ConfigurationConfiguration. setMatchLevel(MatchLevel matchLevel)ConfigurationIConfiguration. setMatchLevel(MatchLevel matchLevel) -
Uses of MatchLevel in com.applitools.eyes.fluent
Methods in com.applitools.eyes.fluent that return MatchLevel Modifier and Type Method Description MatchLevelCheckSettings. getMatchLevel()Methods in com.applitools.eyes.fluent with parameters of type MatchLevel Modifier and Type Method Description ICheckSettingsCheckSettings. matchLevel(MatchLevel matchLevel)Set the match level by which to compare the screenshot. -
Uses of MatchLevel in com.applitools.eyes.metadata
Methods in com.applitools.eyes.metadata that return MatchLevel Modifier and Type Method Description MatchLevelImageMatchSettings. getMatchLevel()Methods in com.applitools.eyes.metadata with parameters of type MatchLevel Modifier and Type Method Description voidImageMatchSettings. setMatchLevel(MatchLevel matchLevel)
-