com.esri.arcgis.carto
Interface IColorRampSymbol2

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

public interface IColorRampSymbol2
extends IColorRampSymbol, Serializable

Provides access to members that control ColorRamp symbolization.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

isHorizontal

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setHorizontal

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isShowTics

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setShowTics

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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