|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.symbol.advanced.SymbolDictionary
public class SymbolDictionary

| Nested Class Summary | |
|---|---|
static class |
SymbolDictionary.DictionaryType
Enumeration of the supported types of dictionary |
| Constructor Summary | |
|---|---|
SymbolDictionary(SymbolDictionary.DictionaryType type)
|
|
SymbolDictionary(SymbolDictionary.DictionaryType type,
String resourcePath)
|
|
| Method Summary | |
|---|---|
List<SymbolProperties> |
findSymbols()
|
List<SymbolProperties> |
findSymbols(List<String> keywords)
|
List<SymbolProperties> |
findSymbols(List<String> keywords,
Map<String,List<String>> filters)
|
List<SymbolProperties> |
findSymbols(Map<String,List<String>> filters)
|
Map<String,List<String>> |
getFilters()
|
List<String> |
getKeywords()
|
BufferedImage |
getSymbolImage(String symbolName,
int width,
int height)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SymbolDictionary(SymbolDictionary.DictionaryType type)
public SymbolDictionary(SymbolDictionary.DictionaryType type,
String resourcePath)
| Method Detail |
|---|
public List<String> getKeywords()
public Map<String,List<String>> getFilters()
public List<SymbolProperties> findSymbols()
throws IOException
IOException
public List<SymbolProperties> findSymbols(List<String> keywords)
throws IOException
IOException
public List<SymbolProperties> findSymbols(Map<String,List<String>> filters)
throws IOException
IOException
public List<SymbolProperties> findSymbols(List<String> keywords,
Map<String,List<String>> filters)
throws IOException
IOException
public BufferedImage getSymbolImage(String symbolName,
int width,
int height)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||