Uses of Class
com.applitools.eyes.universal.dto.TRegion
-
Packages that use TRegion Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of TRegion in com.applitools.eyes.universal
Subclasses of TRegion in com.applitools.eyes.universal Modifier and Type Class Description classReferencereference -
Uses of TRegion in com.applitools.eyes.universal.dto
Subclasses of TRegion in com.applitools.eyes.universal.dto Modifier and Type Class Description classRectangleRegionDtorectangle region dtoclassRegionDtoregion dtoclassSelectorRegionDtoselector region dtoMethods in com.applitools.eyes.universal.dto that return TRegion Modifier and Type Method Description TRegionCheckSettingsDto. getRegion()TRegionCodedRegionReference. getRegion()TRegionOCRExtractSettingsDto. getRegion()TRegionCheckSettingsDto. getScrollRootElement()TRegionConfigurationDto. getScrollRootElement()TRegionContextReferenceDto. getScrollRootElement()Methods in com.applitools.eyes.universal.dto that return types with arguments of type TRegion Modifier and Type Method Description List<TRegion>MatchSettingsDto. getContentRegions()List<TRegion>MatchSettingsDto. getIgnoreRegions()List<TRegion>MatchSettingsDto. getLayoutRegions()List<TRegion>MatchSettingsDto. getStrictRegions()Methods in com.applitools.eyes.universal.dto with parameters of type TRegion Modifier and Type Method Description voidCheckSettingsDto. setRegion(TRegion region)voidCodedRegionReference. setRegion(TRegion region)voidOCRExtractSettingsDto. setRegion(TRegion region)voidCheckSettingsDto. setScrollRootElement(TRegion scrollRootElement)voidConfigurationDto. setScrollRootElement(TRegion scrollRootElement)voidContextReferenceDto. setScrollRootElement(TRegion scrollRootElement)Method parameters in com.applitools.eyes.universal.dto with type arguments of type TRegion Modifier and Type Method Description voidMatchSettingsDto. 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 TRegion Modifier and Type Method Description static List<TRegion>RegionMapper. toRegionDtoList(com.applitools.eyes.Region[] regions)Methods in com.applitools.eyes.universal.mapper with parameters of type TRegion Modifier and Type Method Description static CodedRegionReferenceCoreCodedRegionReferenceMapper. toCodedRegionReference(TRegion region)Method parameters in com.applitools.eyes.universal.mapper with type arguments of type TRegion Modifier and Type Method Description static List<CodedRegionReference>CoreCodedRegionReferenceMapper. toCodedRegionReferenceList(List<TRegion> getSimpleRegionList)
-