com.esri.arcgis.display
Interface ITransparencyDisplayFilter

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

public interface ITransparencyDisplayFilter
extends IDisplayFilter, Serializable

Provides access to members that control the Transparency Display Filter.

Description

Interface that controls the display filter used to draw transparently. See IDisplay::Filter.

Product Availability

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


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
 

Method Detail

setTransparency

void setTransparency(short alpha)
                     throws IOException,
                            AutomationException
Transparency value (0-255).

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

getTransparency

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

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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