public interface IAnimationProgressor extends IProgressor, java.io.Serializable
Description: 'Provides access to members that report progress using an animation.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID80cb7e35_85e4_11d1_872c_0000f8751720 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID3141f2f1_38e2_11d1_8809_080009ec732a
Modifier and Type | Method and Description |
---|---|
int |
getAnimation()
The animation displayed by the progressor as one of the esriAnimation constants.
|
void |
openPath(java.lang.String animationPath)
Opens the AVI file specified in the path and displays its first frame.
|
void |
play(int frameFrom,
int frameTo,
int repeat)
Plays the animation.
|
void |
seek(int frameTo)
Moves to the specified frame of the animation.
|
void |
setAnimation(int animation)
The animation displayed by the progressor as one of the esriAnimation constants.
|
void |
stop()
Stops the animation.
|
getMessage, hide, setMessage, show, step
static final int IID80cb7e35_85e4_11d1_872c_0000f8751720
static final int xxDummy
static final java.lang.String IID
void setAnimation(int animation) throws java.io.IOException, AutomationException
animation
- A com.esri.arcgis.system.esriAnimations constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAnimation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void openPath(java.lang.String animationPath) throws java.io.IOException, AutomationException
animationPath
- The animationPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void play(int frameFrom, int frameTo, int repeat) throws java.io.IOException, AutomationException
frameFrom
- The frameFrom (in, optional, pass 0 if not required)frameTo
- The frameTo (in, optional, pass -1 if not required)repeat
- The repeat (in, optional, pass -1 if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void seek(int frameTo) throws java.io.IOException, AutomationException
frameTo
- The frameTo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void stop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.