| java.lang.Object | ||
| ↳ | com.esri.core.map.popup.PopupMediaValue | |
| ↳ | com.esri.core.map.popup.PopupChartMediaValue | |
The PopupChartMediaValue class extends PopupMediaValue and represents the chart type of media.
| 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
| |||||||||||
Returns the field used to normalize the data for a line or bar chart.
Returns the PopupMediaValue.VALUE_TYPE, in this case CHART;
Sets the fields to be included in the chart.
| fields | A String array of the fields of the chart. |
|---|
Sets the normalization field.
| normalizeField | The normalize field for this chart |
|---|