|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACGroupRenderer
Provides access to members that control ArcIMS group renderers.
Method Summary | |
---|---|
void |
add(IACRenderer renderer)
Adds a renderer to the group. |
void |
clear()
Removes all renderers in the group. |
void |
delete(IACRenderer renderer)
Removes the renderer from the group. |
int |
getCount()
The number of renderers in the group. |
IACRenderer |
getRenderer(int index)
The renderer at the given index in the group. |
Method Detail |
---|
void add(IACRenderer renderer) throws IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IACRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IACRenderer getRenderer(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete(IACRenderer renderer) throws IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IACRenderer (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 |