Uses of Interface
player.FrameIndexScanAccess

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

Methods in player that return FrameIndexScanAccess
 FrameIndexScanAccess AnimationScan.getFrameIndexAccess()
          Returns a new FrameIndexScanAccess implementation bound to this scanner.
 FrameIndexScanAccess JAFramesPlayer.getFrameIndexAccess()
          Returns a frame index access object for this player's current animation scanner if it has one, or null otherwise.