|
|||||||||
| 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
COM Class 'MonitorSettings'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description 'This object stores color settings specifically for one monitor to optimize color representation.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.display.IMonitorSettings |
|---|
IID, IID9db25fdf_3c75_11d2_aaf6_00c04fa334b3, xxDummy |
| Constructor Summary | |
|---|---|
MonitorSettings()
Constructs a MonitorSettings using ArcGIS Engine. |
|
MonitorSettings(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MonitorSettings theMonitorSettings = (MonitorSettings) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.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 java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a MonitorSettings. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitorSettings()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public MonitorSettings(java.lang.Object obj)
throws java.io.IOException
MonitorSettings theMonitorSettings = (MonitorSettings) obj;
obj to MonitorSettings.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setMonitorName(java.lang.String name)
throws java.io.IOException,
AutomationException
setMonitorName in interface IMonitorSettingsname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMonitorName()
throws java.io.IOException,
AutomationException
getMonitorName in interface IMonitorSettingsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGamma(double gamma)
throws java.io.IOException,
AutomationException
setGamma in interface IMonitorSettingsgamma - The gamma (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getGamma()
throws java.io.IOException,
AutomationException
getGamma in interface IMonitorSettingsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhitePointName(java.lang.String name)
throws java.io.IOException,
AutomationException
setWhitePointName in interface IMonitorSettingsname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getWhitePointName()
throws java.io.IOException,
AutomationException
getWhitePointName in interface IMonitorSettingsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPhosphorName(java.lang.String name)
throws java.io.IOException,
AutomationException
setPhosphorName in interface IMonitorSettingsname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPhosphorName()
throws java.io.IOException,
AutomationException
getPhosphorName in interface IMonitorSettingsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhitePoint(double x,
double y)
throws java.io.IOException,
AutomationException
setWhitePoint in interface IMonitorSettingsx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getWhitePoint(double[] x,
double[] y)
throws java.io.IOException,
AutomationException
getWhitePoint in interface IMonitorSettingsx - The x (out: use single element array)y - The y (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRedPoint(double x,
double y)
throws java.io.IOException,
AutomationException
setRedPoint in interface IMonitorSettingsx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getRedPoint(double[] x,
double[] y)
throws java.io.IOException,
AutomationException
getRedPoint in interface IMonitorSettingsx - The x (out: use single element array)y - The y (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGreenPoint(double x,
double y)
throws java.io.IOException,
AutomationException
setGreenPoint in interface IMonitorSettingsx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getGreenPoint(double[] x,
double[] y)
throws java.io.IOException,
AutomationException
getGreenPoint in interface IMonitorSettingsx - The x (out: use single element array)y - The y (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBluePoint(double x,
double y)
throws java.io.IOException,
AutomationException
setBluePoint in interface IMonitorSettingsx - The x (in)y - The y (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getBluePoint(double[] x,
double[] y)
throws java.io.IOException,
AutomationException
getBluePoint in interface IMonitorSettingsx - The x (out: use single element array)y - The y (out: use single element array)
java.io.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 | ||||||||