public class

SymbolProperties

extends Object
java.lang.Object
   ↳ com.esri.core.symbol.advanced.SymbolProperties

Class Overview

This class represents a symbol record in the dictionary.

Summary

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<StringString> getValues()
Gets the properties which includes 'Category', 'SymbolID', 'StyleFile' and 'GeometryConversionType'.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean getImage (Bitmap bitmap)

Gets the bitmap associated with the symbol.

Parameters
bitmap Bitmap instance that the user creates to contain the symbol image.
Returns
  • true if symbol image is retrieved successfully.

public List<String> getKeywords ()

Gets the keywords associated with this symbol.

Returns
  • the keywords.

public String getName ()

Gets the unique symbol name. This name is the identity of the symbol.

Returns
  • the name.

public Map<StringString> getValues ()

Gets the properties which includes 'Category', 'SymbolID', 'StyleFile' and 'GeometryConversionType'.

Returns
  • properties as a map.

public String toString ()