public class

SymbolHelper

extends Object
java.lang.Object
   ↳ com.esri.core.symbol.SymbolHelper

Class Overview

A convenient class which parses JSON representation of the symbol into a Symbol instance.

Summary

Public Constructors
SymbolHelper()
Public Methods
static Symbol createSymbol(JsonParser parser)
Creates a Symbol instance using specified JsonParser instance.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SymbolHelper ()

Public Methods

public static Symbol createSymbol (JsonParser parser)

Creates a Symbol instance using specified JsonParser instance.

Parameters
parser JsonParser instance, which is a JSON representation of the symbol.