com.esri.arcgis.controls
Class ILayerEffectPropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.controls.ILayerEffectPropertiesProxy
All Implemented Interfaces:
ILayerEffectProperties, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ILayerEffectProperties'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to layer effect settings that are used by the control commands.' 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 =

public class ILayerEffectPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements ILayerEffectProperties, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.controls.ILayerEffectProperties
IID, IIDaf8f6879_7718_47de_8a52_cb393f2d12da
 
Constructor Summary
  ILayerEffectPropertiesProxy()
          Deprecated. For internal use only
  ILayerEffectPropertiesProxy(java.lang.Object obj)
          Deprecated.  
protected ILayerEffectPropertiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILayerEffectPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILayerEffectPropertiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 ILayer getFlickerLayer()
          Deprecated. The layer the Flicker command uses.
 int getFlickerRate()
          Deprecated. Rate in milliseconds used to Flicker the screen with the Flicker command.
 ILayer getSwipeLayer()
          Deprecated. The layer the Swipe command uses.
 ILayer getTransparencyLayer()
          Deprecated. The layer the Transparency command uses.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFlickerLayerByRef(ILayer ppFlickerLayer)
          Deprecated. The layer the Flicker command uses.
 void setFlickerRate(int lRate)
          Deprecated. Rate in milliseconds used to Flicker the screen with the Flicker command.
 void setSwipeLayerByRef(ILayer ppSwiperLayer)
          Deprecated. The layer the Swipe command uses.
 void setTransparencyLayerByRef(ILayer ppLayer)
          Deprecated. The layer the Transparency command uses.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILayerEffectPropertiesProxy

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

ILayerEffectPropertiesProxy

public ILayerEffectPropertiesProxy()
Deprecated. 
For internal use only


ILayerEffectPropertiesProxy

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

ILayerEffectPropertiesProxy

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

ILayerEffectPropertiesProxy

protected ILayerEffectPropertiesProxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
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
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setSwipeLayerByRef

public void setSwipeLayerByRef(ILayer ppSwiperLayer)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The layer the Swipe command uses.

Specified by:
setSwipeLayerByRef in interface ILayerEffectProperties
Parameters:
ppSwiperLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSwipeLayer

public ILayer getSwipeLayer()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The layer the Swipe command uses.

Specified by:
getSwipeLayer in interface ILayerEffectProperties
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlickerLayerByRef

public void setFlickerLayerByRef(ILayer ppFlickerLayer)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The layer the Flicker command uses.

Specified by:
setFlickerLayerByRef in interface ILayerEffectProperties
Parameters:
ppFlickerLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFlickerLayer

public ILayer getFlickerLayer()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The layer the Flicker command uses.

Specified by:
getFlickerLayer in interface ILayerEffectProperties
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparencyLayerByRef

public void setTransparencyLayerByRef(ILayer ppLayer)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The layer the Transparency command uses.

Specified by:
setTransparencyLayerByRef in interface ILayerEffectProperties
Parameters:
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparencyLayer

public ILayer getTransparencyLayer()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The layer the Transparency command uses.

Specified by:
getTransparencyLayer in interface ILayerEffectProperties
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlickerRate

public void setFlickerRate(int lRate)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Rate in milliseconds used to Flicker the screen with the Flicker command.

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

getFlickerRate

public int getFlickerRate()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Rate in milliseconds used to Flicker the screen with the Flicker command.

Specified by:
getFlickerRate in interface ILayerEffectProperties
Returns:
The lRate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.