com.esri.arcgis.display
Interface ITransparencyDisplayFilter

All Superinterfaces:
IDisplayFilter, java.io.Serializable
All Known Implementing Classes:
ITransparencyDisplayFilterProxy, TransparencyDisplayFilter

public interface ITransparencyDisplayFilter
extends IDisplayFilter, java.io.Serializable

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

Description: 'Provides access to members that control the Transparency 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 IID19f85378_1387_11d3_b89c_00600802e603
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDisplayFilter
IID19f85377_1387_11d3_b89c_00600802e603
 
Method Summary
 short getTransparency()
          Transparency value (0-255).
 void setTransparency(short alpha)
          Transparency value (0-255).
 
Methods inherited from interface com.esri.arcgis.display.IDisplayFilter
apply, getBackgroundRGB, getFlags, setBackgroundRGB, setFlags
 

Field Detail

IID19f85378_1387_11d3_b89c_00600802e603

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

setTransparency

void setTransparency(short alpha)
                     throws java.io.IOException,
                            AutomationException
Transparency 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.

getTransparency

short getTransparency()
                      throws java.io.IOException,
                             AutomationException
Transparency value (0-255).

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