Uses of Class
com.esri.core.renderer.UniqueValue

Packages that use UniqueValue
com.esri.core.renderer Provides different types of renderers used to symbolize graphics. 
 

Uses of UniqueValue in com.esri.core.renderer
 

Methods in com.esri.core.renderer that return UniqueValue
static UniqueValue UniqueValue.fromJson(org.codehaus.jackson.JsonParser parser)
          Decodes a unique value from its JSON representation.
 

Methods in com.esri.core.renderer that return types with arguments of type UniqueValue
 List<UniqueValue> UniqueValueRenderer.getUniqueValueInfos()
          Gets a list of unique values.
 

Methods in com.esri.core.renderer with parameters of type UniqueValue
 boolean UniqueValueRenderer.addUniqueValue(UniqueValue uniqueValue)
          Adds a unique value.
 boolean UniqueValueRenderer.removeUniqueValue(UniqueValue uniqueValue)
          Removes a unique value.
 

Method parameters in com.esri.core.renderer with type arguments of type UniqueValue
 void UniqueValueRenderer.setUniqueValueInfos(List<UniqueValue> uniqueValueInfos)
          Sets unique values
 



Copyright © 2012. All Rights Reserved.