com.esri.arcgis.carto
Interface IClassBreakInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreakInfo, IClassBreakInfoProxy

public interface IClassBreakInfo
extends java.io.Serializable

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

Description: 'Provides members to decribe class break for a class break renderer.' 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 IIDc7065e3c_c37d_41f9_9aed_04564f5069d5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getClassMaximumValue()
          Class break class label.
 double getClassMinimumValue()
          Class break class label.
 java.lang.String getDescription()
          Class break class description.
 java.lang.String getLabel()
          Class break class label.
 ISymbol getSymbol()
          Symbol used for rendering the class.
 void setClassMaximumValue(double value)
          Class break class label.
 void setClassMinimumValue(double value)
          Class break class label.
 void setDescription(java.lang.String symbolDescription)
          Class break class description.
 void setLabel(java.lang.String classLabel)
          Class break class label.
 void setSymbol(ISymbol symbol)
          Symbol used for rendering the class.
 

Field Detail

IIDc7065e3c_c37d_41f9_9aed_04564f5069d5

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

getClassMinimumValue

double getClassMinimumValue()
                            throws java.io.IOException,
                                   AutomationException
Class break class label.

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

setClassMinimumValue

void setClassMinimumValue(double value)
                          throws java.io.IOException,
                                 AutomationException
Class break class label.

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

getClassMaximumValue

double getClassMaximumValue()
                            throws java.io.IOException,
                                   AutomationException
Class break class label.

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

setClassMaximumValue

void setClassMaximumValue(double value)
                          throws java.io.IOException,
                                 AutomationException
Class break class label.

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

getLabel

java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
Class break class label.

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

setLabel

void setLabel(java.lang.String classLabel)
              throws java.io.IOException,
                     AutomationException
Class break class label.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Class break class description.

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

setDescription

void setDescription(java.lang.String symbolDescription)
                    throws java.io.IOException,
                           AutomationException
Class break class description.

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

getSymbol

ISymbol getSymbol()
                  throws java.io.IOException,
                         AutomationException
Symbol used for rendering the class.

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

setSymbol

void setSymbol(ISymbol symbol)
               throws java.io.IOException,
                      AutomationException
Symbol used for rendering the class.

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