All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.NullScaleProvider Maven / Gradle / Ivy

There is a newer version: 2.57
Show newest version
package com.applitools.eyes;

/**
 * A scale provider which does not do scaling.
 */
class NullScaleProvider extends FixedScaleProvider {

    public NullScaleProvider() {
        super(1);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy