|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICmykColor
Provides access to members that control the CMYK color values.

ICmykColor,
IColor,
IEnumColors,
ICieLabConversion| Method Summary | |
|---|---|
int |
getBlack()
The black component of an ICmykColor (0-255). |
int |
getCyan()
The cyan component of an ICmykColor (0-255). |
int |
getMagenta()
The magenta component of an ICmykColor (0-255). |
int |
getYellow()
The yellow component of an ICmykColor (0-255). |
void |
setBlack(int black)
The black component of an ICmykColor (0-255). |
void |
setCyan(int cyan)
The cyan component of an ICmykColor (0-255). |
void |
setMagenta(int magenta)
The magenta component of an ICmykColor (0-255). |
void |
setYellow(int yellow)
The yellow component of an ICmykColor (0-255). |
| Methods inherited from interface com.esri.arcgis.display.IColor |
|---|
getCIELAB, getCMYK, getRGB, getTransparency, isNullColor, isUseWindowsDithering, setCIELAB, setCMYK, setNullColor, setRGB, setTransparency, setUseWindowsDithering |
| Method Detail |
|---|
void setCyan(int cyan)
throws IOException,
AutomationException
cyan - The cyan (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCyan()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMagenta(int magenta)
throws IOException,
AutomationException
magenta - The magenta (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMagenta()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setYellow(int yellow)
throws IOException,
AutomationException
yellow - The yellow (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getYellow()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBlack(int black)
throws IOException,
AutomationException
black - The black (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBlack()
throws IOException,
AutomationException
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 | ||||||||