com.esri.arcgis.display
Interface IGlobalScreenDisplaySettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobalScreenDisplaySettings, IGlobalScreenDisplaySettingsProxy

public interface IGlobalScreenDisplaySettings
extends java.io.Serializable

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

Description: 'Provides access to screen display settings.' 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 IID8d5048ab_7030_4f0b_b14f_3ae772046d51
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID8d5048ab_7030_4f0b_b14f_3ae772046d51

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

setEnableContinuousUpdatesOverRemoteDesktop

void setEnableContinuousUpdatesOverRemoteDesktop(boolean pbEnableInteract)
                                                 throws java.io.IOException,
                                                        AutomationException
Enables continuous display updates during navigation while in a remote desktop session.

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

isEnableContinuousUpdatesOverRemoteDesktop

boolean isEnableContinuousUpdatesOverRemoteDesktop()
                                                   throws java.io.IOException,
                                                          AutomationException
Enables continuous display updates during navigation while in a remote desktop session.

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

setEnableHardwareAcceleration

void setEnableHardwareAcceleration(boolean bEnableHA)
                                   throws java.io.IOException,
                                          AutomationException
Enables use of hardware acceleration.

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

isEnableHardwareAcceleration

boolean isEnableHardwareAcceleration()
                                     throws java.io.IOException,
                                            AutomationException
Enables use of hardware acceleration.

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

canEnableHardwareAcceleration

boolean canEnableHardwareAcceleration()
                                      throws java.io.IOException,
                                             AutomationException
Indicates if hardware acceleration can be enabled.

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