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

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

package com.applitools.eyes;

/**
 * Encapsulates scaling logic.
 */
public interface ScaleProvider {
    /**
     *
     * @return The ratio by which an image will be scaled.
     */
    double getScaleRatio();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy