protected static class AbstractTacticalSymbol.IconSource extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected IconRetriever | 
retriever  | 
protected AVList | 
retrieverParams  | 
protected String | 
symbolId  | 
| Constructor and Description | 
|---|
IconSource(IconRetriever retriever,
          String symbolId,
          AVList retrieverParams)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
IconRetriever | 
getRetriever()  | 
AVList | 
getRetrieverParams()  | 
String | 
getSymbolId()  | 
int | 
hashCode()  | 
String | 
toString()  | 
protected IconRetriever retriever
protected AVList retrieverParams
protected String symbolId
public IconSource(IconRetriever retriever, String symbolId, AVList retrieverParams)
public IconRetriever getRetriever()
public AVList getRetrieverParams()
public String getSymbolId()