com.esri.arcgis.display
Interface esriColorRampAlgorithm

All Superinterfaces:
java.io.Serializable

public interface esriColorRampAlgorithm
extends java.io.Serializable

Constants from esriColorRampAlgorithm' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'This enumerator specifies the type of Algorithm used to generate the colorramp.' 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 int esriCIELabAlgorithm
          Use the CIE Lab colorramp algorithm.
static int esriHSVAlgorithm
          Use the HSV colorramp algorithm.
static int esriLabLChAlgorithm
          Use the LabLCh colorramp algorithm.
 

Field Detail

esriHSVAlgorithm

static final int esriHSVAlgorithm
Use the HSV colorramp algorithm.

See Also:
Constant Field Values

esriCIELabAlgorithm

static final int esriCIELabAlgorithm
Use the CIE Lab colorramp algorithm.

See Also:
Constant Field Values

esriLabLChAlgorithm

static final int esriLabLChAlgorithm
Use the LabLCh colorramp algorithm.

See Also:
Constant Field Values