|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAnimationProgressor
COM Interface 'IAnimationProgressor'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID80cb7e35_85e4_11d1_872c_0000f8751720
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.system.IProgressor |
|---|
IID3141f2f1_38e2_11d1_8809_080009ec732a |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.esri.arcgis.system.IProgressor |
|---|
getMessage, hide, setMessage, show, step |
| Field Detail |
|---|
static final int IID80cb7e35_85e4_11d1_872c_0000f8751720
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||