com.esri.arcgis.display
Interface IDimDisplayFilter

All Superinterfaces:
IDisplayFilter, java.io.Serializable
All Known Implementing Classes:
DimDisplayFilter, IDimDisplayFilterProxy

public interface IDimDisplayFilter
extends IDisplayFilter, java.io.Serializable

COM Interface 'IDimDisplayFilter'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the Dim Display Filter.' 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 IID673c151a_d04f_440b_80db_183395e9d83f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFilter
IID19f85377_1387_11d3_b89c_00600802e603
 
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
 

Field Detail

IID673c151a_d04f_440b_80db_183395e9d83f

static final int IID673c151a_d04f_440b_80db_183395e9d83f
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

setDimValue

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

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

getDimValue

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

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

setOpacity

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

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

getOpacity

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

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