Uses of Class
com.applitools.eyes.universal.dto.CodedRegionReference
Packages that use CodedRegionReference
-
Uses of CodedRegionReference in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return types with arguments of type CodedRegionReferenceModifier and TypeMethodDescriptionCheckSettingsDto.getContentRegions()CheckSettingsDto.getIgnoreRegions()CheckSettingsDto.getLayoutRegions()CheckSettingsDto.getStrictRegions()Method parameters in com.applitools.eyes.universal.dto with type arguments of type CodedRegionReferenceModifier and TypeMethodDescriptionvoidCheckSettingsDto.setContentRegions(List<CodedRegionReference> contentRegions) voidCheckSettingsDto.setIgnoreRegions(List<CodedRegionReference> ignoreRegions) voidCheckSettingsDto.setLayoutRegions(List<CodedRegionReference> layoutRegions) voidCheckSettingsDto.setStrictRegions(List<CodedRegionReference> strictRegions) -
Uses of CodedRegionReference in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return CodedRegionReferenceModifier and TypeMethodDescriptionstatic CodedRegionReferenceCoreCodedRegionReferenceMapper.toCodedRegionReference(TRegion region) Methods in com.applitools.eyes.universal.mapper that return types with arguments of type CodedRegionReferenceModifier and TypeMethodDescriptionstatic List<CodedRegionReference> CoreCodedRegionReferenceMapper.toCodedRegionReferenceList(List<TRegion> getSimpleRegionList)