Uses of Interface
com.applitools.eyes.ScaleProvider
-
Packages that use ScaleProvider Package Description com.applitools.eyes com.applitools.eyes.scaling -
-
Uses of ScaleProvider in com.applitools.eyes
Methods in com.applitools.eyes that return ScaleProvider Modifier and Type Method Description ScaleProviderScaleProviderFactory. getScaleProvider(int imageToScaleWidth)The main API for this factory.protected abstract ScaleProviderScaleProviderFactory. getScaleProviderImpl(int imageToScaleWidth)The implementation of getting/creating the scale provider, should be implemented by child classes.protected ScaleProviderScaleProviderIdentityFactory. getScaleProviderImpl(int imageToScaleWidth)Constructors in com.applitools.eyes with parameters of type ScaleProvider Constructor Description ScaleProviderIdentityFactory(com.applitools.eyes.Logger logger, ScaleProvider scaleProvider, PropertyHandler<ScaleProvider> scaleProviderHandler)Constructor parameters in com.applitools.eyes with type arguments of type ScaleProvider Constructor Description ScaleProviderFactory(com.applitools.eyes.Logger logger, PropertyHandler<ScaleProvider> scaleProviderHandler)ScaleProviderIdentityFactory(com.applitools.eyes.Logger logger, ScaleProvider scaleProvider, PropertyHandler<ScaleProvider> scaleProviderHandler) -
Uses of ScaleProvider in com.applitools.eyes.scaling
Classes in com.applitools.eyes.scaling that implement ScaleProvider Modifier and Type Class Description classFixedScaleProviderScale provider based on a fixed scale ratio.classNullScaleProviderA scale provider which does nothing.Methods in com.applitools.eyes.scaling that return ScaleProvider Modifier and Type Method Description protected ScaleProviderFixedScaleProviderFactory. getScaleProviderImpl(int imageToScaleWidth)Constructor parameters in com.applitools.eyes.scaling with type arguments of type ScaleProvider Constructor Description FixedScaleProviderFactory(com.applitools.eyes.Logger logger, double scaleRatio, PropertyHandler<ScaleProvider> scaleProviderHandler)
-