|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobalScreenDisplaySettings
Provides access to screen display settings.
| Method Summary | |
|---|---|
boolean |
canEnableHardwareAcceleration()
Indicates if hardware acceleration can be enabled. |
boolean |
isEnableContinuousUpdatesOverRemoteDesktop()
Enables continuous display updates during navigation while in a remote desktop session. |
boolean |
isEnableHardwareAcceleration()
Enables use of hardware acceleration. |
void |
setEnableContinuousUpdatesOverRemoteDesktop(boolean pbEnableInteract)
Enables continuous display updates during navigation while in a remote desktop session. |
void |
setEnableHardwareAcceleration(boolean bEnableHA)
Enables use of hardware acceleration. |
| Method Detail |
|---|
void setEnableContinuousUpdatesOverRemoteDesktop(boolean pbEnableInteract)
throws IOException,
AutomationException
pbEnableInteract - The pbEnableInteract (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableContinuousUpdatesOverRemoteDesktop()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableHardwareAcceleration(boolean bEnableHA)
throws IOException,
AutomationException
bEnableHA - The bEnableHA (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableHardwareAcceleration()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean canEnableHardwareAcceleration()
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 | ||||||||