|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITinColorRampRenderer
COM Interface 'ITinColorRampRenderer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that draw TIN features based on a continuous attribute like elevation, slope, or aspect.' 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 |
IID91fb1b61_8944_11d2_81ec_00104bc4cd03
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
double |
getBreak(int index)
The value of the break at the index. |
int |
getBreakCount()
The number of breaks. |
java.lang.String |
getDescription(int index)
The description for the renderer. |
java.lang.String |
getLabel(int index)
The label for the break at the given index. |
double |
getMinimumBreak()
The value of the minimum break. |
ISymbol |
getSymbol(int index)
The symbol representing the break at the index. |
boolean |
isSortClassesAscending()
Indicates if the sort direction for the legend class labels is ascending. |
void |
setBreak(int index,
double value)
The value of the break at the index. |
void |
setBreakCount(int valueCount)
The number of breaks. |
void |
setDescription(int index,
java.lang.String text)
The description for the renderer. |
void |
setLabel(int index,
java.lang.String label)
The label for the break at the given index. |
void |
setMinimumBreak(double value)
The value of the minimum break. |
void |
setSortClassesAscending(boolean ascending)
Indicates if the sort direction for the legend class labels is ascending. |
void |
setSymbol(int index,
ISymbol sym)
The symbol representing the break at the index. |
| Field Detail |
|---|
static final int IID91fb1b61_8944_11d2_81ec_00104bc4cd03
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getBreakCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBreakCount(int valueCount)
throws java.io.IOException,
AutomationException
valueCount - The valueCount (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getSymbol(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 setSymbol(int index,
ISymbol sym)
throws java.io.IOException,
AutomationException
index - The index (in)sym - 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.
java.lang.String getLabel(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 setLabel(int index,
java.lang.String label)
throws java.io.IOException,
AutomationException
index - The index (in)label - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription(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 setDescription(int index,
java.lang.String text)
throws java.io.IOException,
AutomationException
index - The index (in)text - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBreak(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 setBreak(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.
double getMinimumBreak()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumBreak(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.
boolean isSortClassesAscending()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSortClassesAscending(boolean ascending)
throws java.io.IOException,
AutomationException
ascending - The ascending (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 | ||||||||