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

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

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

import java.awt.image.BufferedImage;

/**
 * Encapsulates image retrieval.
 */
public interface ImageProvider {
    BufferedImage getImage();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy