us.ihmc.utilities.keyboardAndMouse
Class GhostMouseMovePlaybackEvent

java.lang.Object
  extended by us.ihmc.utilities.keyboardAndMouse.GhostMouseMovePlaybackEvent
All Implemented Interfaces:
GhostMousePlaybackEvent

public class GhostMouseMovePlaybackEvent
extends java.lang.Object
implements GhostMousePlaybackEvent


Constructor Summary
GhostMouseMovePlaybackEvent(int[] coordinates)
           
GhostMouseMovePlaybackEvent(int x, int y)
           
 
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
 

Constructor Detail

GhostMouseMovePlaybackEvent

public GhostMouseMovePlaybackEvent(int x,
                                   int y)

GhostMouseMovePlaybackEvent

public GhostMouseMovePlaybackEvent(int[] coordinates)
Method Detail

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