com.esri.arcgis.framework
Interface IColorPalette

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ColorPalette, IColorPaletteProxy

public interface IColorPalette
extends java.io.Serializable

COM Interface 'IColorPalette'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that control the Color Palette.' 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 IID14746473_1534_11d3_9f49_00c04f6bc709
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getColor()
          The Selected Color.
 boolean trackPopupMenu(tagRECT rect, IColor currentColor, boolean orientation, int hParentWnd)
          Show Color Palette.
 

Field Detail

IID14746473_1534_11d3_9f49_00c04f6bc709

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

trackPopupMenu

boolean trackPopupMenu(tagRECT rect,
                       IColor currentColor,
                       boolean orientation,
                       int hParentWnd)
                       throws java.io.IOException,
                              AutomationException
Show Color Palette.

Parameters:
rect - A Structure: com.esri.arcgis.system.tagRECT (in)
currentColor - A reference to a com.esri.arcgis.display.IColor (in)
orientation - The orientation (in)
hParentWnd - The hParentWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getColor

IColor getColor()
                throws java.io.IOException,
                       AutomationException
The Selected Color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.