public class InteractionEvent extends Object
| Constructor and Description |
|---|
InteractionEvent() |
| Modifier and Type | Method and Description |
|---|---|
Options |
getSelectedChart()
Returns the
Options of the chart which was interacted with. |
Point |
getSelectedPoint()
Returns the
Point which was interacted with. |
Series<?> |
getSelectedSeries()
Returns the
Series which was interacted with. |
void |
setSelectedChart(Options selectedChart) |
void |
setSelectedPoint(Point selectedPoint) |
void |
setSelectedSeries(Series<?> selectedSeries) |
public Options getSelectedChart()
Options of the chart which was interacted with.public void setSelectedChart(Options selectedChart)
public Series<?> getSelectedSeries()
Series which was interacted with.Series the user interacted with. This value must never
be null.public void setSelectedSeries(Series<?> selectedSeries)
public void setSelectedPoint(Point selectedPoint)
Copyright © 2013. All Rights Reserved.