com.esri.arcgis.controls
Interface ILayerEffectProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CommandsEnvironment, ILayerEffectPropertiesProxy

public interface ILayerEffectProperties
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDaf8f6879_7718_47de_8a52_cb393f2d12da
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ILayer getFlickerLayer()
          The layer the Flicker command uses.
 int getFlickerRate()
          Rate in milliseconds used to Flicker the screen with the Flicker command.
 ILayer getSwipeLayer()
          The layer the Swipe command uses.
 ILayer getTransparencyLayer()
          The layer the Transparency command uses.
 void setFlickerLayerByRef(ILayer ppFlickerLayer)
          The layer the Flicker command uses.
 void setFlickerRate(int lRate)
          Rate in milliseconds used to Flicker the screen with the Flicker command.
 void setSwipeLayerByRef(ILayer ppSwiperLayer)
          The layer the Swipe command uses.
 void setTransparencyLayerByRef(ILayer ppLayer)
          The layer the Transparency command uses.
 

Field Detail

IIDaf8f6879_7718_47de_8a52_cb393f2d12da

static final int IIDaf8f6879_7718_47de_8a52_cb393f2d12da
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setSwipeLayerByRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getFlickerRate

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

Returns:
The lRate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.