Uses of Class
jarp.View

Packages that use View
jarp Provides the main Java ARP classes, that is, the classes defining the avatar's skeleton, mesh, morphs, camera control, and JOGL rendering canvas. 
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 View in jarp
 

Constructors in jarp with parameters of type View
CameraController(View view)
          Constructs a new external mouse-driven camera controller, and attaches it to the given view.
 

Uses of View in player
 

Constructors in player with parameters of type View
AnimationController(View view, CameraController camctrl, AnimationScan ascan, JAPlayerEventHandler peh, int fdlimit, boolean showat)