|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILegendClasses
COM Interface 'ILegendClasses'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the Legend Classes Interface.' 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 |
IID0314af0b_5f97_4be4_aa97_bc8eb1460e81
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
add(ILegendClass legendClass)
Add a legend class. |
int |
getCount()
The legend class count. |
ILegendClass |
getElement(int index)
The legend class at the specified position. |
void |
insert(int index,
ILegendClass legendClass)
Add a legend class at the specified posiiton. |
void |
remove(int index)
Remove legend class at the specified position. |
void |
removeAll()
Remove all legend classes. |
| Field Detail |
|---|
static final int IID0314af0b_5f97_4be4_aa97_bc8eb1460e81
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILegendClass getElement(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 remove(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 removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(ILegendClass legendClass)
throws java.io.IOException,
AutomationException
legendClass - A reference to a com.esri.arcgis.carto.ILegendClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ILegendClass legendClass)
throws java.io.IOException,
AutomationException
index - The index (in)legendClass - A reference to a com.esri.arcgis.carto.ILegendClass (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 | ||||||||