Uses of Interface
jautil.SpeedProvider

Packages that use SpeedProvider
jautil Provides utility classes for the Java ARP avatar subsystem. 
player Provides several signed-animation players: each player combines a JARP avatar canvas with a source of animation data, and provides an API allowing an enclosing GUI container both to control this player and to obtain status information from it in real-time. 
 

Uses of SpeedProvider in jautil
 

Classes in jautil that implement SpeedProvider
 class BasicSpeedProvider
           
 class SpeedManager
          A speed manager is a speed-provider that supports dynamic changes to the speed it provides -- achieved via the SpeedManager.setSpeedUp(float) setter method.
 

Uses of SpeedProvider in player
 

Methods in player with parameters of type SpeedProvider
 void AnimationController.playAnimation(SpeedProvider speedctrl)
          Plays the animation sequence defined by the current settings of this controller's scanner, halting prematurely if requested, and responding dynamically to the given speed control.
 void JAFramesPlayer.startPlayer(SpeedProvider SP, JAPlayerEventHandler peh)
          Initiates the playing by this player of its current animation, assuming it has one, using the given speed controller, and using the given player event handler to announce animation events as they occur.
 

Constructors in player with parameters of type SpeedProvider
JALoadingPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr, SpeedProvider sp)
          Constructs a JALoadingPlayer using the given options, avatar-canvas embedder, avatar-event handler, and speed control, and with the player's cyclic-play and single-sign flags both intitially false.
JALoadingPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr, SpeedProvider sp, boolean cyclic, boolean onesign)
          Constructs a JALoadingPlayer using the given options, avatar-canvas embedder, avatar-event handler, speed control, and initial cyclic-play and single-sign flag settings.
JASocketPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr, JASocketPlayerEventHandler lpeh, SpeedProvider sp)
          Constructs a new JASocketPlayer, with the the given JA options, avatar-canvas embedder, avatar-event handler, and player-event handler, and with its cyclic-play flag OFF and its auto-play flag ON, intially.
JASocketPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr, JASocketPlayerEventHandler lpeh, SpeedProvider sp, boolean cyclic, boolean onesign, boolean auto)
          Constructs a new JASocketPlayer, with the given JA options, given avatar-canvas embedder, avatar-event handler, player-event handler, and initial settings of its cyclic-play and auto-play flags.