com.esri.arcgis.carto
Interface IColorRampSymbol2

All Superinterfaces:
IColorRampSymbol, IFillSymbol, java.io.Serializable
All Known Implementing Classes:
ColorRampSymbol, IColorRampSymbol2Proxy

public interface IColorRampSymbol2
extends IColorRampSymbol, java.io.Serializable

COM Interface 'IColorRampSymbol2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ColorRamp symbolization.' 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 IID1272e1b1_204c_11d3_a3f2_0004ac1b1d86
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IColorRampSymbol
IID1272e1b0_204c_11d3_a3f2_0004ac1b1d86
 
Fields inherited from interface com.esri.arcgis.display.IFillSymbol
IIDe6bdaa7e_4d35_11d0_98be_00805f7ced21
 
Method Summary
 boolean isHorizontal()
          Indicates whether ramp is drawn horizontally.
 boolean isShowTics()
          Indicates whether to draw tic marks between intervals.
 void setHorizontal(boolean flag)
          Indicates whether ramp is drawn horizontally.
 void setShowTics(boolean flag)
          Indicates whether to draw tic marks between intervals.
 
Methods inherited from interface com.esri.arcgis.carto.IColorRampSymbol
getColorRamp, getLegendClassIndex, getLegendGroup, isInvert, setColorRamp, setColorRampInLegendGroup, setInvert, setLegendClassIndex, setLegendGroupByRef
 
Methods inherited from interface com.esri.arcgis.display.IFillSymbol
getColor, getOutline, setColor, setOutline
 

Field Detail

IID1272e1b1_204c_11d3_a3f2_0004ac1b1d86

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

isHorizontal

boolean isHorizontal()
                     throws java.io.IOException,
                            AutomationException
Indicates whether ramp is drawn horizontally.

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

setHorizontal

void setHorizontal(boolean flag)
                   throws java.io.IOException,
                          AutomationException
Indicates whether ramp is drawn horizontally.

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

isShowTics

boolean isShowTics()
                   throws java.io.IOException,
                          AutomationException
Indicates whether to draw tic marks between intervals.

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

setShowTics

void setShowTics(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Indicates whether to draw tic marks between intervals.

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