|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
public class InteractionEvent
This Event contains information about which Point or which series has been interacted with.
| Constructor Summary | |
|---|---|
InteractionEvent()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InteractionEvent()
| Method Detail |
|---|
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 Point getSelectedPoint()
Point which was interacted with.
Point the user interacted with. This value may be null
if the user interacted with a Series and not directly with
a Point.public void setSelectedPoint(Point selectedPoint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||