| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.MonitorSettings
public class MonitorSettings
This object stores color settings specifically for one monitor to optimize color representation.
| Constructor Summary | |
|---|---|
| MonitorSettings()Constructs a MonitorSettings using ArcGIS Engine. | |
| MonitorSettings(Object obj)Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  MonitorSettings theMonitorSettings = (MonitorSettings) obj; | |
| Method Summary | |
|---|---|
|  boolean | equals(Object o)Compare this object with another | 
|  void | getBluePoint(double[] x,
             double[] y)The blue point of the monitor (0 <= x <= 1, 0 <= y <= 1. | 
| static String | getClsid()getClsid. | 
|  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. | 
|  String | getMonitorName()The name of the monitor. | 
|  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. | 
|  String | getWhitePointName()The white point name of the monitor. | 
|  int | hashCode()the hashcode for this object | 
|  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(String name)The name of the monitor. | 
|  void | setPhosphorName(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(String name)The white point name of the monitor. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef | 
|---|
| getJintegraDispatch, release | 
| Constructor Detail | 
|---|
public MonitorSettings()
                throws IOException,
                       UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MonitorSettings(Object obj)
                throws IOException
 MonitorSettings theMonitorSettings = (MonitorSettings) obj;
obj to MonitorSettings.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail | 
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setMonitorName(String name)
                    throws IOException,
                           AutomationException
setMonitorName in interface IMonitorSettingsname - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMonitorName()
                      throws IOException,
                             AutomationException
getMonitorName in interface IMonitorSettingsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGamma(double gamma)
              throws IOException,
                     AutomationException
setGamma in interface IMonitorSettingsgamma - The gamma  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getGamma()
                throws IOException,
                       AutomationException
getGamma in interface IMonitorSettingsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhitePointName(String name)
                       throws IOException,
                              AutomationException
setWhitePointName in interface IMonitorSettingsname - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getWhitePointName()
                         throws IOException,
                                AutomationException
getWhitePointName in interface IMonitorSettingsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPhosphorName(String name)
                     throws IOException,
                            AutomationException
setPhosphorName in interface IMonitorSettingsname - The name  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPhosphorName()
                       throws IOException,
                              AutomationException
getPhosphorName in interface IMonitorSettingsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhitePoint(double x,
                          double y)
                   throws IOException,
                          AutomationException
setWhitePoint in interface IMonitorSettingsx - The x  (in)y - The y  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getWhitePoint(double[] x,
                          double[] y)
                   throws IOException,
                          AutomationException
getWhitePoint in interface IMonitorSettingsx - The x  (out: use single element array)y - The y  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRedPoint(double x,
                        double y)
                 throws IOException,
                        AutomationException
setRedPoint in interface IMonitorSettingsx - The x  (in)y - The y  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getRedPoint(double[] x,
                        double[] y)
                 throws IOException,
                        AutomationException
getRedPoint in interface IMonitorSettingsx - The x  (out: use single element array)y - The y  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGreenPoint(double x,
                          double y)
                   throws IOException,
                          AutomationException
setGreenPoint in interface IMonitorSettingsx - The x  (in)y - The y  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getGreenPoint(double[] x,
                          double[] y)
                   throws IOException,
                          AutomationException
getGreenPoint in interface IMonitorSettingsx - The x  (out: use single element array)y - The y  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBluePoint(double x,
                         double y)
                  throws IOException,
                         AutomationException
setBluePoint in interface IMonitorSettingsx - The x  (in)y - The y  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getBluePoint(double[] x,
                         double[] y)
                  throws IOException,
                         AutomationException
getBluePoint in interface IMonitorSettingsx - The x  (out: use single element array)y - The y  (out: use single element array)
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 | ||||||||