|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Animation in org.robokind.api.animation |
---|
Methods in org.robokind.api.animation that return Animation | |
---|---|
Animation |
Animation.clone()
Returns a deep copy of the Animation. |
Uses of Animation in org.robokind.api.animation.editor |
---|
Methods in org.robokind.api.animation.editor that return Animation | |
---|---|
Animation |
AnimationEditor.getAnimation()
|
Animation |
AnimationEditor.getEnabledAnimation()
|
Constructors in org.robokind.api.animation.editor with parameters of type Animation | |
---|---|
AnimationEditor(Animation a,
String path,
HistoryStack hist)
|
Uses of Animation in org.robokind.api.animation.editor.features |
---|
Methods in org.robokind.api.animation.editor.features that return Animation | |
---|---|
Animation |
AnimationTimeRange.getAnimationSegment()
|
Uses of Animation in org.robokind.api.animation.factory |
---|
Methods in org.robokind.api.animation.factory that return Animation | |
---|---|
Animation |
AnimationFactory.create()
Returns a new empty Animation. |
Uses of Animation in org.robokind.api.animation.library |
---|
Methods in org.robokind.api.animation.library that return Animation | |
---|---|
Animation |
DefaultAnimationLibrary.getAnimation(org.robokind.api.common.config.VersionProperty version)
|
Animation |
AnimationLibrary.getAnimation(org.robokind.api.common.config.VersionProperty version)
|
Methods in org.robokind.api.animation.library with parameters of type Animation | |
---|---|
void |
DefaultAnimationLibrary.add(Animation animation)
|
void |
AnimationLibrary.add(Animation animation)
|
void |
DefaultAnimationLibrary.remove(Animation animation)
|
void |
AnimationLibrary.remove(Animation animation)
|
Uses of Animation in org.robokind.api.animation.player |
---|
Methods in org.robokind.api.animation.player that return Animation | |
---|---|
Animation |
AnimationJob.getAnimation()
Returns the Animation this AnimationJob is playing. |
Methods in org.robokind.api.animation.player with parameters of type Animation | |
---|---|
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. |
Uses of Animation in org.robokind.api.animation.protocol |
---|
Methods in org.robokind.api.animation.protocol that return Animation | |
---|---|
Animation |
AnimationEvent.getAnimation()
Returns the Animation associated with this AnimationEvent. |
Uses of Animation in org.robokind.api.animation.utils |
---|
Methods in org.robokind.api.animation.utils that return Animation | |
---|---|
static Animation |
AnimationUtils.fetchAnimation(org.osgi.framework.BundleContext context,
String animVersionName,
String filter)
|
static Animation |
AnimationUtils.fetchAnimation(org.osgi.framework.BundleContext context,
org.robokind.api.common.config.VersionProperty animVersion,
String filter)
|
Methods in org.robokind.api.animation.utils with parameters of type Animation | |
---|---|
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. |
Uses of Animation in org.robokind.api.animation.xml |
---|
Methods in org.robokind.api.animation.xml that return Animation | |
---|---|
static Animation |
AnimationXML.loadAnimation(String path)
|
Animation |
AnimationFileReader.readAnimation(String file)
Reads an Animation from a File. |
Methods in org.robokind.api.animation.xml with parameters of type Animation | |
---|---|
static void |
AnimationXML.saveAnimation(String file,
Animation a)
|
void |
AnimationFileWriter.writeAnimation(String path,
Animation anim)
Writes an Animation to File |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |