Package org.sikuli.guide
Class Animator
- java.lang.Object
-
- org.sikuli.guide.Animator
-
- All Implemented Interfaces:
ActionListener,EventListener
public abstract class Animator extends Object implements ActionListener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPlayed()booleanisRunning()voidstart()voidstop()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
-
-
-
Constructor Detail
-
Animator
public Animator(Visual comp)
-
-