public class DefaultAnimationModel extends AbstractNamedModelElement implements AnimationModel
AnimationModel| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultAnimationModel.DefaultChannel
Default implementation of a
AnimationModel.Channel |
static class |
DefaultAnimationModel.DefaultSampler
Default implementation of a
AnimationModel.Sampler |
AnimationModel.Channel, AnimationModel.Interpolation, AnimationModel.Sampler| Constructor and Description |
|---|
DefaultAnimationModel()
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(AnimationModel.Channel channel)
Add the given
AnimationModel.Channel |
java.util.List<AnimationModel.Channel> |
getChannels()
Returns an unmodifiable list containing the
AnimationModel.Channel instances
of the animation |
getName, setNameaddExtension, getExtensions, getExtras, removeExtension, setExtensions, setExtrasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetExtensions, getExtraspublic void addChannel(AnimationModel.Channel channel)
AnimationModel.Channelchannel - The AnimationModel.Channelpublic java.util.List<AnimationModel.Channel> getChannels()
AnimationModelAnimationModel.Channel instances
of the animationgetChannels in interface AnimationModelAnimationModel.Channel instancesCopyright © 2022. All Rights Reserved.