us.ihmc.utilities.keyboardAndMouse
Class GhostMouseMovePlaybackEvent
java.lang.Object
us.ihmc.utilities.keyboardAndMouse.GhostMouseMovePlaybackEvent
- All Implemented Interfaces:
- GhostMousePlaybackEvent
public class GhostMouseMovePlaybackEvent
- extends java.lang.Object
- implements GhostMousePlaybackEvent
Method Summary |
void |
playback(java.awt.Robot awtRobot,
double playbackSpeed)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GhostMouseMovePlaybackEvent
public GhostMouseMovePlaybackEvent(int x,
int y)
GhostMouseMovePlaybackEvent
public GhostMouseMovePlaybackEvent(int[] coordinates)
playback
public void playback(java.awt.Robot awtRobot,
double playbackSpeed)
- Specified by:
playback
in interface GhostMousePlaybackEvent
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object