com.applitools.eyes.NullScaleProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-java-jersey1_17-sf2_51_0 Show documentation
Show all versions of eyes-sdk-java-jersey1_17-sf2_51_0 Show documentation
Applitools Eyes SDK base for Java
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