|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMonitorSettings
Provides access to members that control the monitor settings.
Maintains color profile information about a monitor. This information can be supplied by a third party device called a colorimeter, which evaluates the monitor under a specific lighting condition.
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. |
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. |
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. |
Method Detail |
---|
void setMonitorName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMonitorName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGamma(double gamma) throws IOException, AutomationException
gamma
- The gamma (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGamma() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhitePointName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getWhitePointName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPhosphorName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPhosphorName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWhitePoint(double x, double y) throws IOException, AutomationException
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getWhitePoint(double[] x, double[] y) throws IOException, AutomationException
x
- 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.void setRedPoint(double x, double y) throws IOException, AutomationException
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getRedPoint(double[] x, double[] y) throws IOException, AutomationException
x
- 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.void setGreenPoint(double x, double y) throws IOException, AutomationException
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getGreenPoint(double[] x, double[] y) throws IOException, AutomationException
x
- 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.void setBluePoint(double x, double y) throws IOException, AutomationException
x
- The x (in)y
- The y (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getBluePoint(double[] x, double[] y) throws IOException, AutomationException
x
- 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 |