Uses of Interface
com.applitools.utils.PropertyHandler
-
Packages that use PropertyHandler Package Description com.applitools.eyes com.applitools.eyes.scaling com.applitools.utils -
-
Uses of PropertyHandler in com.applitools.eyes
Constructors in com.applitools.eyes with parameters of type PropertyHandler Constructor Description ScaleProviderFactory(com.applitools.eyes.Logger logger, PropertyHandler<ScaleProvider> scaleProviderHandler)ScaleProviderIdentityFactory(com.applitools.eyes.Logger logger, ScaleProvider scaleProvider, PropertyHandler<ScaleProvider> scaleProviderHandler) -
Uses of PropertyHandler in com.applitools.eyes.scaling
Constructors in com.applitools.eyes.scaling with parameters of type PropertyHandler Constructor Description FixedScaleProviderFactory(com.applitools.eyes.Logger logger, double scaleRatio, PropertyHandler<ScaleProvider> scaleProviderHandler) -
Uses of PropertyHandler in com.applitools.utils
Classes in com.applitools.utils that implement PropertyHandler Modifier and Type Class Description classReadOnlyPropertyHandler<T>A property handler for read-only properties (i.e., set always fails).classSimplePropertyHandler<T>A simple implementation ofPropertyHandler.
-