public class Animation extends RMObject implements RMAnimator.Listener
| Constructor and Description |
|---|
Animation()
Creates a new shape animation inspector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
animatorDidStop(RMAnimator sender) |
void |
animatorDidUpdate(RMAnimator sender) |
void |
delete() |
javax.swing.JPanel |
getUI()
Returns the Swing UI for this inspector.
|
java.lang.String |
getWindowTitle()
Returns the name for this inspector.
|
void |
resetUI()
Updates the Swing UI panel controls from the current selection.
|
void |
respondUI(java.lang.Object anObj)
Responds to changes from Swing UI controls.
|
void |
setTime(float time)
Sets the time of the current animator to the given time.
|
void |
setTimeForScopedKeyFrame(float time,
java.lang.Number scope)
Sets the time of the current animator to the given time.
|
clone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEqualspublic java.lang.String getWindowTitle()
public javax.swing.JPanel getUI()
public void resetUI()
public void respondUI(java.lang.Object anObj)
public void setTime(float time)
public void setTimeForScopedKeyFrame(float time,
java.lang.Number scope)
public void delete()
public void animatorDidUpdate(RMAnimator sender)
animatorDidUpdate in interface RMAnimator.Listenerpublic void animatorDidStop(RMAnimator sender)
animatorDidStop in interface RMAnimator.Listener