|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerEffectProperties
Provides access to layer effect settings that are used by the control commands.
The ILayerEffectProperties interface controls the layer used by the ControlsMapSwipeTool, ControlsGlobeSwipeTool, ControlsLayerTransparencyCommand, ControlsMapFlickerCommand and ControlsGlobeFlickerCommand.
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. |
Method Detail |
---|
void setSwipeLayerByRef(ILayer ppSwiperLayer) throws IOException, AutomationException
ppSwiperLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getSwipeLayer() throws IOException, AutomationException
The layer used by the ControlsMapSwipeTool and ControlsGlobeSwipeTool. The SwipeLayer can be set programmatically or interactively by the end user selecting a layer using ControlsLayerListToolControl or ControlsGlobeLayerListToolControl.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlickerLayerByRef(ILayer ppFlickerLayer) throws IOException, AutomationException
ppFlickerLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getFlickerLayer() throws IOException, AutomationException
The layer used by the ControlsMapFlickerCommand and ControlsGlobeFlickerCommand. The FlickerLayer can be set programmatically or interactively by the end user selecting a layer using ControlsLayerListToolControl or ControlsGlobeLayerListToolControl.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparencyLayerByRef(ILayer ppLayer) throws IOException, AutomationException
ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getTransparencyLayer() throws IOException, AutomationException
The layer used by the ControlsLayerTransparencyCommand. The TransparencyLayer can be set programmatically or interactively by the end user selecting a layer using ControlsLayerListToolControl or ControlsGlobeLayerListToolControl.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlickerRate(int lRate) throws IOException, AutomationException
lRate
- The lRate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFlickerRate() throws IOException, AutomationException
The flicker rate in milliseconds used by the ControlsMapFlickerCommand and ControlsGlobeFlickerCommand. The FlickerRate can be set programmatically or interactively by the end user selecting a rate using ControlsFlickerRateToolControl. By default the FlickerRate is 500.
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 |