|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDimDisplayFilter
Provides access to members that control the Dim Display Filter.
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 |
---|
void setDimValue(short dim) throws IOException, AutomationException
dim
- The dim (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getDimValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOpacity(short alpha) throws IOException, AutomationException
alpha
- The alpha (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getOpacity() throws IOException, AutomationException
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 |