|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.ProgressAnimation
public class ProgressAnimation
COM Class 'ProgressAnimation'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'ProgressAnimation object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.system.IAnimationProgressor |
---|
IID, IID80cb7e35_85e4_11d1_872c_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IProgressor |
---|
IID3141f2f1_38e2_11d1_8809_080009ec732a |
Constructor Summary | |
---|---|
ProgressAnimation(java.lang.Object obj)
Construct a ProgressAnimation using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getAnimation()
The animation displayed by the progressor as one of the esriAnimation constants. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getMessage()
The message displayed by the progressor. |
int |
hashCode()
the hashcode for this object |
void |
hide()
Hides the progressor. |
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 |
release()
Release a ProgressAnimation. |
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 |
setMessage(java.lang.String message)
The message displayed by the progressor. |
void |
show()
Shows the progressor. |
void |
step()
Animates or steps the progressor. |
void |
stop()
Stops the animation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressAnimation(java.lang.Object obj) throws java.io.IOException
obj
to ProgressAnimation
. *
ProgressAnimation o = (ProgressAnimation)obj; // will not work
ProgressAnimation o = new ProgressAnimation(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
ProgressAnimation theProgressAnimation = (ProgressAnimation) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setMessage(java.lang.String message) throws java.io.IOException, AutomationException
setMessage
in interface IProgressor
message
- The message (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMessage() throws java.io.IOException, AutomationException
getMessage
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void show() throws java.io.IOException, AutomationException
show
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void step() throws java.io.IOException, AutomationException
step
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void hide() throws java.io.IOException, AutomationException
hide
in interface IProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAnimation(int animation) throws java.io.IOException, AutomationException
setAnimation
in interface IAnimationProgressor
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.public int getAnimation() throws java.io.IOException, AutomationException
getAnimation
in interface IAnimationProgressor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void openPath(java.lang.String animationPath) throws java.io.IOException, AutomationException
openPath
in interface IAnimationProgressor
animationPath
- The animationPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void play(int frameFrom, int frameTo, int repeat) throws java.io.IOException, AutomationException
play
in interface IAnimationProgressor
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.public void seek(int frameTo) throws java.io.IOException, AutomationException
seek
in interface IAnimationProgressor
frameTo
- The frameTo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws java.io.IOException, AutomationException
stop
in interface IAnimationProgressor
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 |