com.esri.arcgis.display
Interface IRgbColor

All Superinterfaces:
IColor, java.io.Serializable
All Known Implementing Classes:
IRgbColorProxy, RgbColor

public interface IRgbColor
extends IColor, java.io.Serializable

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

Description: 'Provides access to members that control the RGB 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 IID20cd40b1_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 getBlue()
          The blue component of an IRgbColor (0-255).
 int getGreen()
          The green component of an IRgbColor (0-255).
 int getRed()
          The red component of an IRgbColor (0-255).
 void setBlue(int blue)
          The blue component of an IRgbColor (0-255).
 void setGreen(int green)
          The green component of an IRgbColor (0-255).
 void setRed(int red)
          The red component of an IRgbColor (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

IID20cd40b1_8f3d_11d0_8590_0800091a2a72

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

setRed

void setRed(int red)
            throws java.io.IOException,
                   AutomationException
The red component of an IRgbColor (0-255).

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

getRed

int getRed()
           throws java.io.IOException,
                  AutomationException
The red component of an IRgbColor (0-255).

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

setGreen

void setGreen(int green)
              throws java.io.IOException,
                     AutomationException
The green component of an IRgbColor (0-255).

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

getGreen

int getGreen()
             throws java.io.IOException,
                    AutomationException
The green component of an IRgbColor (0-255).

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

setBlue

void setBlue(int blue)
             throws java.io.IOException,
                    AutomationException
The blue component of an IRgbColor (0-255).

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

getBlue

int getBlue()
            throws java.io.IOException,
                   AutomationException
The blue component of an IRgbColor (0-255).

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