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

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

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

/**
 * Encapsulates a getRegion "callback" and how the region's coordinates
 * should be used.
 */
interface RegionProvider {
    /**
     *
     * @return A region with "as is" viewport coordinates.
     */
    public Region getRegion();

    /**
     *
     * @return The type of coordinates on which the region is based.
     */
    public CoordinatesType getCoordinatesType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy