|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassBreakInfo
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 |
---|
static final int IIDc7065e3c_c37d_41f9_9aed_04564f5069d5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getClassMinimumValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassMinimumValue(double value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getClassMaximumValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClassMaximumValue(double value) throws java.io.IOException, AutomationException
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabel(java.lang.String classLabel) throws java.io.IOException, AutomationException
classLabel
- The classLabel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String symbolDescription) throws java.io.IOException, AutomationException
symbolDescription
- The symbolDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (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 |