| java.lang.Object | |
| ↳ | com.esri.core.symbol.advanced.SymbolProperties |
This class represents a symbol record in the dictionary.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
getImage(Bitmap bitmap)
Gets the bitmap associated with the symbol.
| ||||||||||
| List<String> |
getKeywords()
Gets the keywords associated with this symbol.
| ||||||||||
| String |
getName()
Gets the unique symbol name.
| ||||||||||
| Map<String, String> |
getValues()
Gets the properties which includes 'Category', 'SymbolID', 'StyleFile' and 'GeometryConversionType'.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the bitmap associated with the symbol.
| bitmap | Bitmap instance that the user creates to contain the symbol image. |
|---|
Gets the keywords associated with this symbol.
Gets the unique symbol name. This name is the identity of the symbol.
Gets the properties which includes 'Category', 'SymbolID', 'StyleFile' and 'GeometryConversionType'.