com.esri.arcgis.display
Class IMonitorSettingsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.display.IMonitorSettingsProxy
All Implemented Interfaces:
IMonitorSettings, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IMonitorSettings'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the monitor 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 =

public class IMonitorSettingsProxy
extends com.esri.arcgis.interop.Dispatch
implements IMonitorSettings, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.display.IMonitorSettings
IID, IID9db25fdf_3c75_11d2_aaf6_00c04fa334b3
 
Constructor Summary
  IMonitorSettingsProxy()
          Deprecated. For internal use only
  IMonitorSettingsProxy(java.lang.Object obj)
          Deprecated.  
protected IMonitorSettingsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMonitorSettingsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMonitorSettingsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void getBluePoint(double[] x, double[] y)
          Deprecated. The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 double getGamma()
          Deprecated. The gamma value of the monitor.
 void getGreenPoint(double[] x, double[] y)
          Deprecated. The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 java.lang.String getMonitorName()
          Deprecated. The name of the monitor.
 java.lang.String getPhosphorName()
          Deprecated. The phosphor name of the monitor.
 void getRedPoint(double[] x, double[] y)
          Deprecated. The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void getWhitePoint(double[] x, double[] y)
          Deprecated. The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 java.lang.String getWhitePointName()
          Deprecated. The white point name of the monitor.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBluePoint(double x, double y)
          Deprecated. The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setGamma(double gamma)
          Deprecated. The gamma value of the monitor.
 void setGreenPoint(double x, double y)
          Deprecated. The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setMonitorName(java.lang.String name)
          Deprecated. The name of the monitor.
 void setPhosphorName(java.lang.String name)
          Deprecated. The phosphor name of the monitor.
 void setRedPoint(double x, double y)
          Deprecated. The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setWhitePoint(double x, double y)
          Deprecated. The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setWhitePointName(java.lang.String name)
          Deprecated. The white point name of the monitor.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMonitorSettingsProxy

public IMonitorSettingsProxy(java.lang.String CLSID,
                             java.lang.String host,
                             com.esri.arcgis.interop.AuthInfo authInfo)
                      throws java.net.UnknownHostException,
                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMonitorSettingsProxy

public IMonitorSettingsProxy()
Deprecated. 
For internal use only


IMonitorSettingsProxy

public IMonitorSettingsProxy(java.lang.Object obj)
                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMonitorSettingsProxy

protected IMonitorSettingsProxy(java.lang.Object obj,
                                java.lang.String iid)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMonitorSettingsProxy

protected IMonitorSettingsProxy(java.lang.String CLSID,
                                java.lang.String iid,
                                java.lang.String host,
                                com.esri.arcgis.interop.AuthInfo authInfo)
                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setMonitorName

public void setMonitorName(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The name of the monitor.

Specified by:
setMonitorName in interface IMonitorSettings
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMonitorName

public java.lang.String getMonitorName()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The name of the monitor.

Specified by:
getMonitorName in interface IMonitorSettings
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGamma

public void setGamma(double gamma)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The gamma value of the monitor. ( 1 <= gamma value <= 3).

Specified by:
setGamma in interface IMonitorSettings
Parameters:
gamma - The gamma (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGamma

public double getGamma()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The gamma value of the monitor. ( 1 <= gamma value <= 3).

Specified by:
getGamma in interface IMonitorSettings
Returns:
The gamma
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhitePointName

public void setWhitePointName(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The white point name of the monitor.

Specified by:
setWhitePointName in interface IMonitorSettings
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhitePointName

public java.lang.String getWhitePointName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The white point name of the monitor.

Specified by:
getWhitePointName in interface IMonitorSettings
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPhosphorName

public void setPhosphorName(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The phosphor name of the monitor.

Specified by:
setPhosphorName in interface IMonitorSettings
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPhosphorName

public java.lang.String getPhosphorName()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The phosphor name of the monitor.

Specified by:
getPhosphorName in interface IMonitorSettings
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWhitePoint

public void setWhitePoint(double x,
                          double y)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
setWhitePoint in interface IMonitorSettings
Parameters:
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhitePoint

public void getWhitePoint(double[] x,
                          double[] y)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
getWhitePoint in interface IMonitorSettings
Parameters:
x - The x (out: use single element array)
y - The y (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRedPoint

public void setRedPoint(double x,
                        double y)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
setRedPoint in interface IMonitorSettings
Parameters:
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRedPoint

public void getRedPoint(double[] x,
                        double[] y)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
getRedPoint in interface IMonitorSettings
Parameters:
x - The x (out: use single element array)
y - The y (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGreenPoint

public void setGreenPoint(double x,
                          double y)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
setGreenPoint in interface IMonitorSettings
Parameters:
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGreenPoint

public void getGreenPoint(double[] x,
                          double[] y)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
getGreenPoint in interface IMonitorSettings
Parameters:
x - The x (out: use single element array)
y - The y (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBluePoint

public void setBluePoint(double x,
                         double y)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
setBluePoint in interface IMonitorSettings
Parameters:
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBluePoint

public void getBluePoint(double[] x,
                         double[] y)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.

Specified by:
getBluePoint in interface IMonitorSettings
Parameters:
x - The x (out: use single element array)
y - The y (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.