com.esri.arcgis.carto
Interface ILegendClasses

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILegendClassesProxy, LegendClasses

public interface ILegendClasses
extends java.io.Serializable

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

IID0314af0b_5f97_4be4_aa97_bc8eb1460e81

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The legend class count.

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

getElement

ILegendClass getElement(int index)
                        throws java.io.IOException,
                               AutomationException
The legend class at the specified position.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.carto.ILegendClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int index)
            throws java.io.IOException,
                   AutomationException
Remove legend class at the specified position.

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

removeAll

void removeAll()
               throws java.io.IOException,
                      AutomationException
Remove all legend classes.

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

add

void add(ILegendClass legendClass)
         throws java.io.IOException,
                AutomationException
Add a legend class.

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

insert

void insert(int index,
            ILegendClass legendClass)
            throws java.io.IOException,
                   AutomationException
Add a legend class at the specified posiiton.

Parameters:
index - The index (in)
legendClass - A reference to a com.esri.arcgis.carto.ILegendClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.