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

org.sikuli.basics.Animator Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
/*
 * Copyright (c) 2010-2020, sikuli.org, sikulix.com - MIT license
 */
package org.sikuli.basics;

/**
 * INTERNAL USE
 * allows to implement timed animations (e.g. mouse move)
 */
public interface Animator {

  public float step();

  public boolean running();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy