public class AnimationChannel extends KeyframeSequence
name, properties| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getComponentType()
Gets the component field's type
|
java.lang.Object |
getDefaultValue()
Gets the Default value of the channel.
|
KeyframeSequence |
getKeyframeSequence()
Gets associated keyframe sequence inside this channel
|
void |
setDefaultValue(java.lang.Object value)
Sets the Default value of the channel.
|
void |
setKeyframeSequence(KeyframeSequence value)
Gets associated keyframe sequence inside this channel
|
add, add, getBindPoint, getKeyFrames, getPostBehavior, getPreBehavior, iterator, resetfindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic java.lang.Class<?> getComponentType()
public java.lang.Object getDefaultValue()
public void setDefaultValue(java.lang.Object value)
value - New valuepublic KeyframeSequence getKeyframeSequence()
public void setKeyframeSequence(KeyframeSequence value)
value - New value