|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.map.popup.PopupMediaValue
com.esri.core.map.popup.PopupChartMediaValue
public class PopupChartMediaValue
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PopupChartMediaValue()
| Method Detail |
|---|
public String[] getFields()
public void setFields(String[] fields)
fields - A String array of the fields of the chart.public String getNormalizeField()
public void setNormalizeField(String normalizeField)
normalizeField - The normalize field for this chartpublic PopupMediaValue.VALUE_TYPE getType()
PopupMediaValue.VALUE_TYPE, in this case PopupMediaValue.VALUE_TYPE.CHART;
getType in class PopupMediaValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||