com.esri.arcgis.display
Interface ICmykColor

All Superinterfaces:
IColor, java.io.Serializable
All Known Implementing Classes:
CmykColor, ICmykColorProxy

public interface ICmykColor
extends IColor, java.io.Serializable

COM Interface 'ICmykColor'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control the CMYK color values.' 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 IID20cd40b2_8f3d_11d0_8590_0800091a2a72
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IColor
IID20cd40b0_8f3d_11d0_8590_0800091a2a72
 
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
 

Field Detail

IID20cd40b2_8f3d_11d0_8590_0800091a2a72

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

setCyan

void setCyan(int cyan)
             throws java.io.IOException,
                    AutomationException
The cyan component of an ICmykColor (0-255).

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

getCyan

int getCyan()
            throws java.io.IOException,
                   AutomationException
The cyan component of an ICmykColor (0-255).

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

setMagenta

void setMagenta(int magenta)
                throws java.io.IOException,
                       AutomationException
The magenta component of an ICmykColor (0-255).

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

getMagenta

int getMagenta()
               throws java.io.IOException,
                      AutomationException
The magenta component of an ICmykColor (0-255).

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

setYellow

void setYellow(int yellow)
               throws java.io.IOException,
                      AutomationException
The yellow component of an ICmykColor (0-255).

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

getYellow

int getYellow()
              throws java.io.IOException,
                     AutomationException
The yellow component of an ICmykColor (0-255).

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

setBlack

void setBlack(int black)
              throws java.io.IOException,
                     AutomationException
The black component of an ICmykColor (0-255).

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

getBlack

int getBlack()
             throws java.io.IOException,
                    AutomationException
The black component of an ICmykColor (0-255).

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