public class

PopupChartMediaValue

extends PopupMediaValue
java.lang.Object
   ↳ com.esri.core.map.popup.PopupMediaValue
     ↳ com.esri.core.map.popup.PopupChartMediaValue

Class Overview

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

Summary

Public Constructors
PopupChartMediaValue()
Public Methods
boolean equals(Object obj)
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 CHART;
int hashCode()
void setFields(String[] fields)
Sets the fields to be included in the chart.
void setNormalizeField(String normalizeField)
Sets the normalization field.
[Expand]
Inherited Methods
From class com.esri.core.map.popup.PopupMediaValue
From class java.lang.Object

Public Constructors

public PopupChartMediaValue ()

Public Methods

public boolean equals (Object obj)

public String[] getFields ()

Returns the fields used to construct the chart.

Returns
  • fields

public String getNormalizeField ()

Returns the field used to normalize the data for a line or bar chart.

Returns
  • normalizeField

public PopupMediaValue.VALUE_TYPE getType ()

Returns the PopupMediaValue.VALUE_TYPE, in this case CHART;

Returns
  • VALUE_TYPE.CHART

public int hashCode ()

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.

public void setNormalizeField (String normalizeField)

Sets the normalization field.

Parameters
normalizeField The normalize field for this chart