Uses of Class
Playback

Uses of Playback in <Unnamed>
 

Fields in <Unnamed> declared as Playback
(package private)  Playback PlaybackThread.thePlayback
          The Playback object to execute moves from
(package private)  Playback UserInterface.thePlayback
          CLIP's playback system for playing back log files
 

Constructors in <Unnamed> with parameters of type Playback
PlaybackThread(Playback pb)
          Constructor sets the playback object and sets the sleeptime to its default value.
PlaybackThread(Playback pb, long speed)
          Constructor sets the playback object and sets the sleeptime to the passed in value.