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

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

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

Methods in com.esri.core.map.popup that return PopupMediaValue.VALUE_TYPE
 PopupMediaValue.VALUE_TYPE PopupImageMediaValue.getType()
          Returns the PopupMediaValue.VALUE_TYPE, in this case IMAGE;
 PopupMediaValue.VALUE_TYPE PopupChartMediaValue.getType()
          Returns the PopupMediaValue.VALUE_TYPE, in this case CHART;
abstract  PopupMediaValue.VALUE_TYPE PopupMediaValue.getType()
          Returns the type of the media.
static PopupMediaValue.VALUE_TYPE PopupMediaValue.VALUE_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PopupMediaValue.VALUE_TYPE[] PopupMediaValue.VALUE_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.