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