|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.controls.ILayerEffectPropertiesProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ILayerEffectPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ILayerEffectPropertiesProxy()
public ILayerEffectPropertiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ILayerEffectPropertiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ILayerEffectPropertiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setSwipeLayerByRef(ILayer ppSwiperLayer) throws java.io.IOException, AutomationException
setSwipeLayerByRef
in interface ILayerEffectProperties
ppSwiperLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getSwipeLayer() throws java.io.IOException, AutomationException
getSwipeLayer
in interface ILayerEffectProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlickerLayerByRef(ILayer ppFlickerLayer) throws java.io.IOException, AutomationException
setFlickerLayerByRef
in interface ILayerEffectProperties
ppFlickerLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getFlickerLayer() throws java.io.IOException, AutomationException
getFlickerLayer
in interface ILayerEffectProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparencyLayerByRef(ILayer ppLayer) throws java.io.IOException, AutomationException
setTransparencyLayerByRef
in interface ILayerEffectProperties
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getTransparencyLayer() throws java.io.IOException, AutomationException
getTransparencyLayer
in interface ILayerEffectProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFlickerRate(int lRate) throws java.io.IOException, AutomationException
setFlickerRate
in interface ILayerEffectProperties
lRate
- The lRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFlickerRate() throws java.io.IOException, AutomationException
getFlickerRate
in interface ILayerEffectProperties
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 |