|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxSymbolSelector
Provides access to engine symbology control.
Method Summary | |
---|---|
boolean |
addSymbol(ISymbol symbol)
Brings up a dialog for Adding a symbol. |
ISymbol |
getSymbolAt(int index)
Gets the symbol at the given index. |
boolean |
selectSymbol(int hWnd)
Displays a dialog that lets the user select a symbol. |
Method Detail |
---|
boolean addSymbol(ISymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbolAt(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean selectSymbol(int hWnd) throws IOException, AutomationException
hWnd
- The hWnd (A COM typedef) (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 |