com.esri.arcgis.display
Interface IDimDisplayFilter

All Superinterfaces:
IDisplayFilter, Serializable
All Known Implementing Classes:
DimDisplayFilter

public interface IDimDisplayFilter
extends IDisplayFilter, Serializable

Provides access to members that control the Dim Display Filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 short getDimValue()
          Dim value (0-255).
 short getOpacity()
          Opacity value (0-255).
 void setDimValue(short dim)
          Dim value (0-255).
 void setOpacity(short alpha)
          Opacity value (0-255).
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFilter
apply, getBackgroundRGB, getFlags, setBackgroundRGB, setFlags
 

Method Detail

setDimValue

void setDimValue(short dim)
                 throws IOException,
                        AutomationException
Dim value (0-255).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getDimValue

short getDimValue()
                  throws IOException,
                         AutomationException
Dim value (0-255).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setOpacity

void setOpacity(short alpha)
                throws IOException,
                       AutomationException
Opacity value (0-255).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getOpacity

short getOpacity()
                 throws IOException,
                        AutomationException
Opacity value (0-255).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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