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

com.applitools.eyes.capture.EyesScreenshotFactory Maven / Gradle / Ivy

The newest version!
package com.applitools.eyes.capture;

import com.applitools.eyes.EyesScreenshot;

import java.awt.image.BufferedImage;

/**
 * Encapsulates the instantiation of an EyesScreenshot object.
 */
public interface EyesScreenshotFactory {
    EyesScreenshot makeScreenshot(BufferedImage image);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy