|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IClassBreaksUIProperties
COM Interface 'IClassBreaksUIProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: '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.' 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 |
IID427788f2_31fe_11d2_aaf0_00c04fa334b3
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getColorRamp()
File and path name of the color ramp. |
double |
getDeviationInterval()
Deviation interval (0-1), where 0 means that no deviation is used. |
double |
getLowBreak(int index)
Lower bound of the class at the specified index. |
IUID |
getMethod()
Classification method. |
INumberFormat |
getNumberFormat()
Number format for class labels. |
boolean |
isShowClassGaps()
Indicates if each lower bound is adjusted up to the nearest existing data value. |
void |
setColorRamp(java.lang.String colorRamp)
File and path name of the color ramp. |
void |
setDeviationInterval(double interval)
Deviation interval (0-1), where 0 means that no deviation is used. |
void |
setLowBreak(int index,
double value)
Lower bound of the class at the specified index. |
void |
setMethodByRef(IUID cLSID)
Classification method. |
void |
setNumberFormatByRef(INumberFormat format)
Number format for class labels. |
void |
setShowClassGaps(boolean showGaps)
Indicates if each lower bound is adjusted up to the nearest existing data value. |
| Field Detail |
|---|
static final int IID427788f2_31fe_11d2_aaf0_00c04fa334b3
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
double getLowBreak(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLowBreak(int index,
double value)
throws java.io.IOException,
AutomationException
index - The index (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getColorRamp()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setColorRamp(java.lang.String colorRamp)
throws java.io.IOException,
AutomationException
colorRamp - The colorRamp (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMethodByRef(IUID cLSID)
throws java.io.IOException,
AutomationException
cLSID - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INumberFormat getNumberFormat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumberFormatByRef(INumberFormat format)
throws java.io.IOException,
AutomationException
format - A reference to a com.esri.arcgis.system.INumberFormat (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowClassGaps()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowClassGaps(boolean showGaps)
throws java.io.IOException,
AutomationException
showGaps - The showGaps (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDeviationInterval()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDeviationInterval(double interval)
throws java.io.IOException,
AutomationException
interval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||