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

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

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

/**
 * A cut provider which does nothing.
 */
public final class NullCutProvider extends UnscaledFixedCutProvider {

    public NullCutProvider() {
        super(0, 0, 0, 0);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy