-
-
Method Summary
Modifier and Type Method Description static MapPointinstantiate()StringgetJsBase()voidexists()Checks the existence of the current point (by index) in dataset. voidget(String field)Fetches a field value from point data row by its name. SeparateChartgetChart()Getter for the chart which current point belongs to. SeparateChartgetCurrentChart()Returns current visible map on stage. voidgetId()Returns point geo id. voidgetIndex()Getter for the point index in chart or series. SeparateChartgetParentChart()Returns point parent map chart. voidgetProperties()Returns point geo properties. voidhovered()Getter for the hover point state. MapPointhovered(Boolean enabled)Setter for hover point state. voidselected()Getter for the select point state. MapPointselected(Boolean enabled)Setter for select point state. MapPointset(String field, String value)Sets the field of the point data row to the specified value. voidgetStat(Statistics key)Getter for the statistics value by key. voidgetStat(String key)Getter for the statistics value by key. -
-
Constructor Detail
-
MapPoint
MapPoint(String jsChart)
-
-
Method Detail
-
instantiate
static MapPoint instantiate()
-
exists
void exists()
Checks the existence of the current point (by index) in dataset.
-
getChart
SeparateChart getChart()
Getter for the chart which current point belongs to.
-
getCurrentChart
SeparateChart getCurrentChart()
Returns current visible map on stage.
-
getId
void getId()
Returns point geo id.
-
getIndex
void getIndex()
Getter for the point index in chart or series.
-
getParentChart
SeparateChart getParentChart()
Returns point parent map chart.
-
getProperties
void getProperties()
Returns point geo properties.
-
hovered
void hovered()
Getter for the hover point state.
-
selected
void selected()
Getter for the select point state.
-
set
MapPoint set(String field, String value)
Sets the field of the point data row to the specified value.
-
getStat
void getStat(Statistics key)
Getter for the statistics value by key.
-
-
-
-