Package com.reportmill.panels
Class Animation
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.Animation
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- RMAnimator.Listener,- java.lang.Cloneable
 
 public class Animation extends RMObject implements RMAnimator.Listener This class provides Swing UI editing for shape animation.
- 
- 
Constructor SummaryConstructors Constructor Description Animation()Creates a new shape animation inspector.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanimatorDidStop(RMAnimator sender)voidanimatorDidUpdate(RMAnimator sender)voiddelete()javax.swing.JPanelgetUI()Returns the Swing UI for this inspector.java.lang.StringgetWindowTitle()Returns the name for this inspector.voidresetUI()Updates the Swing UI panel controls from the current selection.voidrespondUI(java.lang.Object anObj)Responds to changes from Swing UI controls.voidsetTime(float time)Sets the time of the current animator to the given time.voidsetTimeForScopedKeyFrame(float time, java.lang.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
 
- 
 
- 
- 
- 
Method Detail- 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name for this inspector.
 - 
getUIpublic javax.swing.JPanel getUI() Returns the Swing UI for this inspector.
 - 
resetUIpublic void resetUI() Updates the Swing UI panel controls from the current selection.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Responds to changes from Swing UI controls.
 - 
setTimepublic void setTime(float time) Sets the time of the current animator to the given time.
 - 
setTimeForScopedKeyFramepublic void setTimeForScopedKeyFrame(float time, java.lang.Number scope)Sets the time of the current animator to the given time.
 - 
deletepublic void delete() 
 - 
animatorDidUpdatepublic void animatorDidUpdate(RMAnimator sender) - Specified by:
- animatorDidUpdatein interface- RMAnimator.Listener
 
 - 
animatorDidStoppublic void animatorDidStop(RMAnimator sender) - Specified by:
- animatorDidStopin interface- RMAnimator.Listener
 
 
- 
 
-