Uses of Class
com.applitools.eyes.FloatingMatchSettings
-
Packages that use FloatingMatchSettings Package Description com.applitools.eyes com.applitools.eyes.metadata com.applitools.eyes.universal.mapper -
-
Uses of FloatingMatchSettings in com.applitools.eyes
Methods in com.applitools.eyes that return FloatingMatchSettings Modifier and Type Method Description FloatingMatchSettings[]ImageMatchSettings. getFloatingRegions()Returns an array of floating regions.Methods in com.applitools.eyes with parameters of type FloatingMatchSettings Modifier and Type Method Description voidImageMatchSettings. setFloatingRegions(FloatingMatchSettings[] floatingRegions)Sets an array of floating regions. -
Uses of FloatingMatchSettings in com.applitools.eyes.metadata
Methods in com.applitools.eyes.metadata that return FloatingMatchSettings Modifier and Type Method Description FloatingMatchSettings[]Annotations. getFloating()FloatingMatchSettings[]ImageMatchSettings. getFloating()Methods in com.applitools.eyes.metadata with parameters of type FloatingMatchSettings Modifier and Type Method Description voidAnnotations. setFloating(FloatingMatchSettings[] floating)voidImageMatchSettings. setFloating(FloatingMatchSettings[] floating) -
Uses of FloatingMatchSettings in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type FloatingMatchSettings Modifier and Type Method Description static FloatingMatchSettingsDtoFloatingMatchSettingsMapper. toFloatingMatchSettingsDto(FloatingMatchSettings floatingMatchSettings)static List<FloatingMatchSettingsDto>FloatingMatchSettingsMapper. toFloatingMatchSettingsDtoList(FloatingMatchSettings[] floatingMatchSettings)
-