com.esri.core.map.popup
Class PopupChartMediaValue

java.lang.Object
  extended by com.esri.core.map.popup.PopupMediaValue
      extended by com.esri.core.map.popup.PopupChartMediaValue

public class PopupChartMediaValue
extends PopupMediaValue

The PopupChartMediaValue class extends PopupMediaValue and represents the chart type of media.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.esri.core.map.popup.PopupMediaValue
PopupMediaValue.VALUE_TYPE
 
Constructor Summary
PopupChartMediaValue()
           
 
Method Summary
 String[] getFields()
          Returns the fields used to construct the chart.
 String getNormalizeField()
          Returns the field used to normalize the data for a line or bar chart.
 PopupMediaValue.VALUE_TYPE getType()
          Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.CHART;
 void setFields(String[] fields)
          Sets the fields to be included in the chart.
 void setNormalizeField(String normalizeField)
          Sets the normalization field.
 
Methods inherited from class com.esri.core.map.popup.PopupMediaValue
fromJson
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupChartMediaValue

public PopupChartMediaValue()
Method Detail

getFields

public String[] getFields()
Returns the fields used to construct the chart.

Returns:
fields

setFields

public void setFields(String[] fields)
Sets the fields to be included in the chart.

Parameters:
fields - A String array of the fields of the chart.

getNormalizeField

public String getNormalizeField()
Returns the field used to normalize the data for a line or bar chart.

Returns:
normalizeField

setNormalizeField

public void setNormalizeField(String normalizeField)
Sets the normalization field.

Parameters:
normalizeField - The normalize field for this chart

getType

public PopupMediaValue.VALUE_TYPE getType()
Returns the PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.CHART;

Specified by:
getType in class PopupMediaValue
Returns:
VALUE_TYPE.CHART


Copyright © 2012. All Rights Reserved.