Package com.reportmill.panels
Class Animation
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.Animation
- All Implemented Interfaces:
- RMArchiver.Archiving,- RMAnimator.Listener,- Cloneable
This class provides Swing UI editing for shape animation.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidanimatorDidStop(RMAnimator sender) voidanimatorDidUpdate(RMAnimator sender) voiddelete()getUI()Returns the Swing UI for this inspector.Returns the name for this inspector.voidresetUI()Updates the Swing UI panel controls from the current selection.voidResponds to changes from Swing UI controls.voidsetTime(float time) Sets the time of the current animator to the given time.voidsetTimeForScopedKeyFrame(float time, Number scope) Sets the time of the current animator to the given time.Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
Animationpublic Animation()Creates a new shape animation inspector.
 
- 
- 
Method Details- 
getWindowTitleReturns the name for this inspector.
- 
getUIReturns the Swing UI for this inspector.
- 
resetUIpublic void resetUI()Updates the Swing UI panel controls from the current selection.
- 
respondUIResponds to changes from Swing UI controls.
- 
setTimepublic void setTime(float time) Sets the time of the current animator to the given time.
- 
setTimeForScopedKeyFrameSets the time of the current animator to the given time.
- 
deletepublic void delete()
- 
animatorDidUpdate- Specified by:
- animatorDidUpdatein interface- RMAnimator.Listener
 
- 
animatorDidStop- Specified by:
- animatorDidStopin interface- RMAnimator.Listener
 
 
-