Uses of Class
com.esri.core.internal.value.LayerLegendInfo

Packages that use LayerLegendInfo
com.esri.core.internal.value   
 

Uses of LayerLegendInfo in com.esri.core.internal.value
 

Methods in com.esri.core.internal.value that return LayerLegendInfo
static LayerLegendInfo LayerLegendInfo.fromJson(org.codehaus.jackson.JsonParser parser, String url)
          Create a new instance.
 LayerLegendInfo LayerLegendInfoCollection.getLayerLegendInfo(int layerId)
          Gets the layer legend info that corresponds to the given sublayer id.
 

Methods in com.esri.core.internal.value that return types with arguments of type LayerLegendInfo
 List<LayerLegendInfo> LayerLegendInfoCollection.getLayerLegendInfos()
          Gets all the layer legend info instances
 

Methods in com.esri.core.internal.value with parameters of type LayerLegendInfo
static LegendItemInfo LegendItemInfo.fromJson(org.codehaus.jackson.JsonParser parser, LayerLegendInfo parentLegendInfo)
          Create an instance of this class with a JsonParser initialised with the correct JSON string.
 



Copyright © 2012. All Rights Reserved.