|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerEffectProperties
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 |
---|
static final int IIDaf8f6879_7718_47de_8a52_cb393f2d12da
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setSwipeLayerByRef(ILayer ppSwiperLayer) throws java.io.IOException, AutomationException
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.ILayer getSwipeLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlickerLayerByRef(ILayer ppFlickerLayer) throws java.io.IOException, AutomationException
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.ILayer getFlickerLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparencyLayerByRef(ILayer ppLayer) throws java.io.IOException, AutomationException
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.ILayer getTransparencyLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlickerRate(int lRate) throws java.io.IOException, AutomationException
lRate
- The lRate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFlickerRate() throws java.io.IOException, AutomationException
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 |