| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAGAnimationPlayer
Provides access to play/record utility methods.
This interface provides utility functions to play, record, pause and stop animations.
| Method Summary | |
|---|---|
 void | 
pauseAnimation()
Pauses the playing or recording of the animation.  | 
 void | 
playAnimation(IAGAnimationTracks pTracks,
              IAGAnimationEnvironment pEnvironment,
              IStatusBar pStatusBar)
Plays the animation according to the animation environment options.  | 
 void | 
recordAnimation(IAGAnimationTracks pTracks,
                IAGAnimationEnvironment pEnvironment,
                boolean bOverwrite)
Records a view animation.  | 
 void | 
stopAnimation()
Stops playing or recording the animation.  | 
| Method Detail | 
|---|
void playAnimation(IAGAnimationTracks pTracks,
                   IAGAnimationEnvironment pEnvironment,
                   IStatusBar pStatusBar)
                   throws IOException,
                          AutomationException
pTracks - A reference to a com.esri.arcgis.animation.IAGAnimationTracks  (in)pEnvironment - A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment  (in)pStatusBar - A reference to a com.esri.arcgis.system.IStatusBar  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void recordAnimation(IAGAnimationTracks pTracks,
                     IAGAnimationEnvironment pEnvironment,
                     boolean bOverwrite)
                     throws IOException,
                            AutomationException
pTracks - A reference to a com.esri.arcgis.animation.IAGAnimationTracks  (in)pEnvironment - A reference to a com.esri.arcgis.animation.IAGAnimationEnvironment  (in)bOverwrite - The bOverwrite  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void pauseAnimation()
                    throws IOException,
                           AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopAnimation()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||