Uses of Class
com.esri.core.map.popup.PopupMediaValue

Packages that use PopupMediaValue
com.esri.core.map.popup Contains classes that are used to define popups on the map. 
 

Uses of PopupMediaValue in com.esri.core.map.popup
 

Subclasses of PopupMediaValue in com.esri.core.map.popup
 class PopupChartMediaValue
          The PopupChartMediaValue class extends PopupMediaValue and represents the chart type of media.
 class PopupImageMediaValue
          The PopupImageMediaValue class extends PopupMediaValue and represents the image type of media.
 

Methods in com.esri.core.map.popup that return PopupMediaValue
static PopupMediaValue PopupMediaValue.fromJson(org.codehaus.jackson.JsonParser parser)
          Constructs a PopupMediaValue object from its JSON representation.
 PopupMediaValue PopupMediaInfo.getValue()
          Returns the popup media's value.
 

Methods in com.esri.core.map.popup with parameters of type PopupMediaValue
 void PopupMediaInfo.setValue(PopupMediaValue value)
          Sets the popup media's value.
 



Copyright © 2012. All Rights Reserved.