Uses of Interface
com.applitools.eyes.CutProvider
-
Packages that use CutProvider Package Description com.applitools.eyes com.applitools.eyes.config com.applitools.eyes.universal.mapper -
-
Uses of CutProvider in com.applitools.eyes
Classes in com.applitools.eyes that implement CutProvider Modifier and Type Class Description classFixedCutProviderCut provider based on fixed cut values, run AFTER scaling (so coordinates should be normalized).classNullCutProviderA cut provider which does nothing.classUnscaledFixedCutProviderCut provider based on fixed cut values, run BEFORE scaling.Methods in com.applitools.eyes that return CutProvider Modifier and Type Method Description CutProviderCutProvider. scale(double scaleRatio)Get a scaled version of the cut provider.CutProviderFixedCutProvider. scale(double scaleRatio)CutProviderUnscaledFixedCutProvider. scale(double scaleRatio) -
Uses of CutProvider in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return CutProvider Modifier and Type Method Description CutProviderConfiguration. getCutProvider()Methods in com.applitools.eyes.config with parameters of type CutProvider Modifier and Type Method Description ConfigurationConfiguration. setCutProvider(CutProvider cutProvider) -
Uses of CutProvider in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type CutProvider Modifier and Type Method Description static ImageCropRectDtoSettingsMapper. toImageCropRect(CutProvider cutProvider, ContentInset contentInset)
-