Uses of Interface
com.applitools.eyes.universal.dto.ICut
-
Packages that use ICut Package Description com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of ICut in com.applitools.eyes.universal.dto
Classes in com.applitools.eyes.universal.dto that implement ICut Modifier and Type Class Description classImageCropRectDtoclassImageCropRegionDtoMethods in com.applitools.eyes.universal.dto that return ICut Modifier and Type Method Description ICutConfigurationDto. getCut()ICutNormalizationDto. getCut()Methods in com.applitools.eyes.universal.dto with parameters of type ICut Modifier and Type Method Description voidConfigurationDto. setCut(ICut cut)voidNormalizationDto. setCut(ICut cut) -
Uses of ICut in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type ICut Modifier and Type Method Description static NormalizationDtoSettingsMapper. toNormalizationDto(ICut cut, Integer rotation, Double scaleRatio)
-