| Package | Description |
|---|---|
| org.mechio.api.animation.messaging | |
| org.mechio.api.animation.player | |
| org.mechio.api.animation.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteAnimationJob |
| Modifier and Type | Method and Description |
|---|---|
AnimationJob |
RemoteAnimationPlayerClient.loopAnimation(Animation animation) |
AnimationJob |
RemoteAnimationPlayerClient.loopAnimation(Animation animation,
boolean register) |
AnimationJob |
RemoteAnimationPlayerClient.playAnimation(Animation animation) |
AnimationJob |
RemoteAnimationPlayerClient.playAnimation(Animation animation,
boolean register) |
AnimationJob |
RemoteAnimationPlayerClient.playAnimation(Animation animation,
Long start,
Long stop) |
| Modifier and Type | Method and Description |
|---|---|
List<AnimationJob> |
RemoteAnimationPlayerClient.getCurrentAnimations() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAnimationPlayerClient.removeAnimationJob(AnimationJob job) |
| Modifier and Type | Method and Description |
|---|---|
AnimationJob |
AnimationPlayer.playAnimation(Animation animation)
Creates an AnimationJob which plays the given Animation.
|
AnimationJob |
AnimationPlayer.playAnimation(Animation animation,
Long start,
Long stop)
Creates an AnimationJob which plays the given Animation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnimationJob> |
AnimationPlayer.getCurrentAnimations()
Returns a List of all uncleared AnimationJobs which have been played by
the AnimationPlayer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnimationPlayer.removeAnimationJob(AnimationJob job)
Clears an AnimationJob from the List of AnimationJobs from the
AnimationPlayer.
|
| Modifier and Type | Method and Description |
|---|---|
static AnimationJob |
AnimationUtils.playAnimation(org.osgi.framework.BundleContext context,
String filter,
Animation anim)
Fetches an AnimationPlayer and plays the given Animation.
|
static AnimationJob |
AnimationUtils.playAnimation(org.osgi.framework.BundleContext context,
String filter,
Animation anim,
long startTime,
long stopTime)
Fetches an AnimationPlayer and plays the given Animation with the given
start and stop time.
|
Copyright © 2011-2016. All Rights Reserved.