Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JASocketPlayerEventHandler
This is the interface via which a
JASocketPlayer provides
notification of player events to its environment. |
Modifier and Type | Class and Description |
---|---|
class |
JALoadingPlayerEventAdapter
Adapter class for the
JALoadingPlayerEventHandler interface. |
class |
JASocketPlayerEventAdapter
Adapter class for the
JASocketPlayerEventHandler interface. |
Constructor and Description |
---|
JALoadingPlayer(JAOptions jopts,
JACanvasEmbedder embedder,
AvatarEventHandler aehdlr,
JALoadingPlayerEventHandler lpehdlr,
SpeedProvider sp)
Constructs a JALoadingPlayer using the given options, avatar-canvas
embedder, avatar-event handler, player-event handler, speed control,
and with the player's cyclic-play and single-sign flags both initially
false.
|
JALoadingPlayer(JAOptions jopts,
JACanvasEmbedder embedder,
AvatarEventHandler aehdlr,
JALoadingPlayerEventHandler lpehdlr,
SpeedProvider sp,
boolean cyclic,
boolean onesign)
Constructs a JALoadingPlayer using the given options, avatar-canvas
embedder, avatar-event handler, player-event handler, speed control,
and initial cyclic-play and single-sign flag settings.
|