com.esri.arcgis.carto
Interface IClassBreaksUIProperties2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClassBreaksRenderer

public interface IClassBreaksUIProperties2
extends Serializable

Provides access to members that control some user interface properties of a ClassBreaksRenderer. The properties set through this interface do NOT affect what is drawn on the map.

Product Availability

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


Method Summary
 IColorRamp IClassBreaksUIProperties2_getColorRamp()
          Color Ramp Object.
 boolean isFlipSymbols()
          Indicates if symbols are flipped.
 void setColorRampByRef(IColorRamp ppColorRamp)
          Color Ramp Object.
 void setFlipSymbols(boolean ascending)
          Indicates if symbols are flipped.
 

Method Detail

IClassBreaksUIProperties2_getColorRamp

IColorRamp IClassBreaksUIProperties2_getColorRamp()
                                                  throws IOException,
                                                         AutomationException
Color Ramp Object.

Product Availability

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

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

setColorRampByRef

void setColorRampByRef(IColorRamp ppColorRamp)
                       throws IOException,
                              AutomationException
Color Ramp Object.

Remarks

Sets the color ramp on the renderer for use during reclassification.

Product Availability

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

Parameters:
ppColorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFlipSymbols

boolean isFlipSymbols()
                      throws IOException,
                             AutomationException
Indicates if symbols are flipped.

Product Availability

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

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

setFlipSymbols

void setFlipSymbols(boolean ascending)
                    throws IOException,
                           AutomationException
Indicates if symbols are flipped.

Product Availability

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

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