Uses of Class
com.applitools.eyes.ExactMatchSettings
-
Packages that use ExactMatchSettings Package Description com.applitools.eyes com.applitools.eyes.universal.mapper -
-
Uses of ExactMatchSettings in com.applitools.eyes
Methods in com.applitools.eyes that return ExactMatchSettings Modifier and Type Method Description ExactMatchSettingsImageMatchSettings. getExact()Methods in com.applitools.eyes with parameters of type ExactMatchSettings Modifier and Type Method Description voidImageMatchSettings. setExact(ExactMatchSettings exact)Constructors in com.applitools.eyes with parameters of type ExactMatchSettings Constructor Description ExactMatchSettings(ExactMatchSettings other)ImageMatchSettings(MatchLevel matchLevel, ExactMatchSettings exact, boolean useDom) -
Uses of ExactMatchSettings in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type ExactMatchSettings Modifier and Type Method Description static ExactMatchSettingsDtoExactMatchSettingsMapper. toExactMatchSettingsDto(ExactMatchSettings exactMatchSettings)
-