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

com.applitools.eyes.positioning.PositionMemento Maven / Gradle / Ivy

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

/**
 * A base class for position related memento instances. This is intentionally
 * not an interface, since the mementos might vary in their interfaces.
 */
public abstract class PositionMemento {
    public abstract int getX();

    public abstract int getY();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy