| Modifier and Type | Method and Description |
|---|---|
Animation |
Animation.clone()
Returns a deep copy of the Animation.
|
| Modifier and Type | Method and Description |
|---|---|
Animation |
AnimationEditor.getAnimation() |
Animation |
AnimationEditor.getEnabledAnimation() |
| Constructor and Description |
|---|
AnimationEditor(Animation a,
String path,
HistoryStack hist) |
| Modifier and Type | Method and Description |
|---|---|
Animation |
AnimationTimeRange.getAnimationSegment() |
| Modifier and Type | Method and Description |
|---|---|
Animation |
AnimationFactory.getValue()
Returns a new empty Animation.
|
| Modifier and Type | Method and Description |
|---|---|
Animation |
AnimationLibrary.getAnimation(org.jflux.api.common.rk.config.VersionProperty version) |
Animation |
DefaultAnimationLibrary.getAnimation(org.jflux.api.common.rk.config.VersionProperty version) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnimationLibrary.add(Animation animation) |
void |
DefaultAnimationLibrary.add(Animation animation) |
void |
AnimationLibrary.remove(Animation animation) |
void |
DefaultAnimationLibrary.remove(Animation animation) |
| Modifier and Type | Method and Description |
|---|---|
Animation |
RemoteAnimationJob.getAnimation() |
| 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) |
void |
RemoteAnimationPlayerClient.stopAnimation(Animation animation) |
| Modifier and Type | Method and Description |
|---|---|
Animation |
AnimationJob.getAnimation()
Returns the Animation this AnimationJob is playing.
|
| 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 |
|---|---|
Animation |
AnimationEvent.getAnimation()
Returns the Animation associated with this AnimationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
AnimationEvent |
AnimationEvent.AnimationEventFactory.createAnimationEvent(String clientId,
String hostId,
Animation animation) |
| Modifier and Type | Method and Description |
|---|---|
static Animation |
AnimationUtils.fetchAnimation(org.osgi.framework.BundleContext context,
String animVersionName,
String filter) |
static Animation |
AnimationUtils.fetchAnimation(org.osgi.framework.BundleContext context,
org.jflux.api.common.rk.config.VersionProperty animVersion,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AnimationUtils.addAnimationToLibrary(org.osgi.framework.BundleContext context,
Animation animation,
String filter) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Animation |
AnimationXML.loadAnimation(String path) |
Animation |
AnimationFileReader.readAnimation(String file)
Reads an Animation from a File.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AnimationXML.saveAnimation(String file,
Animation a,
ChannelsParameterSource source,
Set<SynchronizedPointGroup> syncPointGroups) |
void |
AnimationFileWriter.writeAnimation(String path,
Animation anim,
ChannelsParameterSource source,
Set<SynchronizedPointGroup> syncPointGroups)
Writes an Animation to File
|
Copyright © 2011-2014. All Rights Reserved.