com.esri.arcgis.system
Class IAnimationProgressorProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IProgressorProxy
          extended by com.esri.arcgis.system.IAnimationProgressorProxy
All Implemented Interfaces:
IAnimationProgressor, IProgressor, java.io.Externalizable, java.io.Serializable

public class IAnimationProgressorProxy
extends IProgressorProxy
implements IAnimationProgressor, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.IAnimationProgressor
IID, IID80cb7e35_85e4_11d1_872c_0000f8751720
 
Fields inherited from interface com.esri.arcgis.system.IProgressor
IID3141f2f1_38e2_11d1_8809_080009ec732a
 
Constructor Summary
  IAnimationProgressorProxy()
          For internal use only
  IAnimationProgressorProxy(java.lang.Object obj)
           
protected IAnimationProgressorProxy(java.lang.Object obj, java.lang.String iid)
           
  IAnimationProgressorProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IAnimationProgressorProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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 class com.esri.arcgis.system.IProgressorProxy
getMessage, hide, setMessage, show, step
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.system.IProgressor
getMessage, hide, setMessage, show, step
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IAnimationProgressorProxy

public IAnimationProgressorProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IAnimationProgressorProxy

public IAnimationProgressorProxy()
For internal use only


IAnimationProgressorProxy

public IAnimationProgressorProxy(java.lang.Object obj)
                          throws java.io.IOException
Throws:
java.io.IOException

IAnimationProgressorProxy

protected IAnimationProgressorProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Throws:
java.io.IOException

IAnimationProgressorProxy

protected IAnimationProgressorProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class IProgressorProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IProgressorProxy
Throws:
java.io.IOException

setAnimation

public void setAnimation(int animation)
                  throws java.io.IOException,
                         AutomationException
The animation displayed by the progressor as one of the esriAnimation constants. (Not implemented).

Specified by:
setAnimation in interface IAnimationProgressor
Parameters:
animation - A com.esri.arcgis.system.esriAnimations constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAnimation

public int getAnimation()
                 throws java.io.IOException,
                        AutomationException
The animation displayed by the progressor as one of the esriAnimation constants. (Not implemented).

Specified by:
getAnimation in interface IAnimationProgressor
Returns:
A com.esri.arcgis.system.esriAnimations constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openPath

public void openPath(java.lang.String animationPath)
              throws java.io.IOException,
                     AutomationException
Opens the AVI file specified in the path and displays its first frame. The AVI file specified must not contain audio.

Specified by:
openPath in interface IAnimationProgressor
Parameters:
animationPath - The animationPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

play

public void play(int frameFrom,
                 int frameTo,
                 int repeat)
          throws java.io.IOException,
                 AutomationException
Plays the animation.

Specified by:
play in interface IAnimationProgressor
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

seek

public void seek(int frameTo)
          throws java.io.IOException,
                 AutomationException
Moves to the specified frame of the animation. The animation starts at this frame the next time it is played.

Specified by:
seek in interface IAnimationProgressor
Parameters:
frameTo - The frameTo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

public void stop()
          throws java.io.IOException,
                 AutomationException
Stops the animation.

Specified by:
stop in interface IAnimationProgressor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.