Uses of Class
player.SignStatusRecord

Packages that use SignStatusRecord
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 SignStatusRecord in player
 

Methods in player that return SignStatusRecord
 SignStatusRecord JAFramesPlayer.makeSignStatusRecord()
          Returns a new SignStatusRecord associated with this player's scan if it has one; otherwise returns null.
 

Methods in player with parameters of type SignStatusRecord
 void JAFramesPlayer.showFrame(int F, SignStatusRecord ss)
          Displays the given frame on this player's avatar, assuming that the player is not already active, and that it is otherwise equipped to do so; the given status record is updated accordingly.