Uses of Class
com.applitools.eyes.universal.dto.TRegion
Packages that use TRegion
Package
Description
-
Uses of TRegion in com.applitools.eyes.universal
Subclasses of TRegion in com.applitools.eyes.universal -
Uses of TRegion in com.applitools.eyes.universal.dto
Subclasses of TRegion in com.applitools.eyes.universal.dtoModifier and TypeClassDescriptionclassrectangle region dtoclassregion dtoclassselector region dtoMethods in com.applitools.eyes.universal.dto that return TRegionModifier and TypeMethodDescriptionCheckSettingsDto.getRegion()CodedRegionReference.getRegion()OCRExtractSettingsDto.getRegion()CheckSettingsDto.getScrollRootElement()ConfigurationDto.getScrollRootElement()ContextReferenceDto.getScrollRootElement()Methods in com.applitools.eyes.universal.dto that return types with arguments of type TRegionModifier and TypeMethodDescriptionMatchSettingsDto.getContentRegions()MatchSettingsDto.getIgnoreRegions()MatchSettingsDto.getLayoutRegions()MatchSettingsDto.getStrictRegions()Methods in com.applitools.eyes.universal.dto with parameters of type TRegionModifier and TypeMethodDescriptionvoidvoidvoidvoidCheckSettingsDto.setScrollRootElement(TRegion scrollRootElement) voidConfigurationDto.setScrollRootElement(TRegion scrollRootElement) voidContextReferenceDto.setScrollRootElement(TRegion scrollRootElement) Method parameters in com.applitools.eyes.universal.dto with type arguments of type TRegionModifier and TypeMethodDescriptionvoidMatchSettingsDto.setContentRegions(List<TRegion> contentRegions) voidMatchSettingsDto.setIgnoreRegions(List<TRegion> ignoreRegions) voidMatchSettingsDto.setLayoutRegions(List<TRegion> layoutRegions) voidMatchSettingsDto.setStrictRegions(List<TRegion> strictRegions) -
Uses of TRegion in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return types with arguments of type TRegionModifier and TypeMethodDescriptionRegionMapper.toRegionDtoList(com.applitools.eyes.Region[] regions) Methods in com.applitools.eyes.universal.mapper with parameters of type TRegionModifier and TypeMethodDescriptionstatic CodedRegionReferenceCoreCodedRegionReferenceMapper.toCodedRegionReference(TRegion region) Method parameters in com.applitools.eyes.universal.mapper with type arguments of type TRegionModifier and TypeMethodDescriptionstatic List<CodedRegionReference> CoreCodedRegionReferenceMapper.toCodedRegionReferenceList(List<TRegion> getSimpleRegionList)