|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassBreakInfos
Provides access to the ClassBreakInfos Interface.
Method Summary | |
---|---|
void |
add(IClassBreakInfo pClassBreakInfo)
Adds a class break info. |
int |
getCount()
The number of class breaks. |
IClassBreakInfo |
getElement(int index)
The class break info at the specified position. |
void |
insert(int index,
IClassBreakInfo pClassBreakInfo)
Adds a class break info at the specified position. |
void |
remove(int index)
Removes the class break info at the specified position. |
void |
removeAll()
Removes all class break infos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IClassBreakInfo getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IClassBreakInfo pClassBreakInfo) throws IOException, AutomationException
pClassBreakInfo
- A reference to a com.esri.arcgis.carto.IClassBreakInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IClassBreakInfo pClassBreakInfo) throws IOException, AutomationException
index
- The index (in)pClassBreakInfo
- A reference to a com.esri.arcgis.carto.IClassBreakInfo (in)
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 |