com.esri.arcgis.display
Interface IMonitorSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMonitorSettingsProxy, MonitorSettings

public interface IMonitorSettings
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9db25fdf_3c75_11d2_aaf6_00c04fa334b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getBluePoint(double[] x, double[] y)
          The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 double getGamma()
          The gamma value of the monitor.
 void getGreenPoint(double[] x, double[] y)
          The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 java.lang.String getMonitorName()
          The name of the monitor.
 java.lang.String getPhosphorName()
          The phosphor name of the monitor.
 void getRedPoint(double[] x, double[] y)
          The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void getWhitePoint(double[] x, double[] y)
          The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 java.lang.String getWhitePointName()
          The white point name of the monitor.
 void setBluePoint(double x, double y)
          The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setGamma(double gamma)
          The gamma value of the monitor.
 void setGreenPoint(double x, double y)
          The green point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setMonitorName(java.lang.String name)
          The name of the monitor.
 void setPhosphorName(java.lang.String name)
          The phosphor name of the monitor.
 void setRedPoint(double x, double y)
          The red point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setWhitePoint(double x, double y)
          The white point of the monitor (0 <= x <= 1, 0 <= y <= 1.
 void setWhitePointName(java.lang.String name)
          The white point name of the monitor.
 

Field Detail

IID9db25fdf_3c75_11d2_aaf6_00c04fa334b3

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

setMonitorName

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

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

getMonitorName

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

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

setGamma

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

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

getGamma

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

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

setWhitePointName

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

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

getWhitePointName

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

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

setPhosphorName

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

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

getPhosphorName

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

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

setWhitePoint

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.