Uses of Interface
player.JACanvasEmbedder

Packages that use JACanvasEmbedder
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 JACanvasEmbedder in jarp
 

Constructors in jarp with parameters of type JACanvasEmbedder
View(AvatarEventHandler aehdlr, JAOptions jopts, JACanvasEmbedder embedder)
          Constructor -- creates the GLCanvas, but defers the rest of the work until the init() event.
 

Uses of JACanvasEmbedder in player
 

Constructors in player with parameters of type JACanvasEmbedder
JAFramesPlayer(JAOptions jopts, JACanvasEmbedder embedder)
          Constructs a new JAFramesPlayer: sets up the JA avatar canvas, with the given JA options and canvas-embedder, but with no avatar-event handler, and with the player's cyclic-play and "single-sign" flags both initially false.
JAFramesPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr)
          Constructs a new JAFramesPlayer: sets up the JA avatar canvas, with the given JA options, canvas-embedder, and avatar-event handler, and with the player's cyclic-play and "single-sign" flags both initially false.
JAFramesPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr, boolean cyclic, boolean onesign)
          Constructs a new JAFramesPlayer: sets up the JA avatar canvas, with the given JA options, canvas-embedder, and avatar-event handler, and with the given initial settings of the player's cyclic-play and "single-sign" flags.
JALoadingPlayer(JAOptions jopts, JACanvasEmbedder embedder)
          Constructs a new JA Loading Player using the given options and avatar-canvas embedder, with no avatar-event handler nor speed control, and with the player's cyclic-play and single-sign flags both intitially false.
JALoadingPlayer(JAOptions jopts, JACanvasEmbedder embedder, AvatarEventHandler aehdlr)
          Constructs a JA Loading Player using the given options, avatar-canvas embedder, and avatar-event handler, with no 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)
          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.
JASocketPlayer(JAOptions jopts, JACanvasEmbedder embedder, JASocketPlayerEventHandler lpeh)
          Constructs a new JASocketPlayer, with the given JA options, avatar-canvas embedder and player-event handler, with no avatar-event handler, and with its cyclic-play flag OFF and its auto-play flag ON, intially.