Uses of Class
jarp.CameraController

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

Methods in player that return CameraController
 CameraController CameraAccess.getController()
          Returns the controller currently provided by this camera access object.
 

Constructors in player with parameters of type CameraController
AnimationScheduler(View view, CameraController camctrl, AnimationScan ascan, JAPlayerEventHandler peh, SpeedProvider sp, int fdlimit, boolean showat)
          Constructs a new animation scheduler.
SequencePlayManager(boolean resuming, PlayerFlags flags, View view, CameraController camctrl, AnimationScan ascan, JAPlayerEventHandler peh, SpeedProvider sp, int fdlimit, boolean showat, player.SequencePlayManager.Client client)
          Constructs a new sequence play manager, resuming or restarting as specified, using the given player flags, JA avatar view, camera controller, animation scanner, player event handler and speed provider, using the specified frame drift time limit, displaying animation times or not as specified, and notifying the given client.