com.googlecode.wickedcharts.highcharts.options.interaction
Class SelectionEvent
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.interaction.SelectionEvent
public class SelectionEvent
- extends Object
This event can be reacted upon server side when a SelectionFunction
has been added to a chart. The event is fired when the user selects (zooms) a
portion of the chart.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
|
Method Summary |
List<Selection> |
getxAxes()
Returns information about which portions of which x-axes the user has
selected (zoomed). |
List<Selection> |
getyAxes()
Returns information about which portions of which y-axes the user has
selected (zoomed). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionEvent
public SelectionEvent()
getxAxes
public List<Selection> getxAxes()
- Returns information about which portions of which x-axes the user has
selected (zoomed).
getyAxes
public List<Selection> getyAxes()
- Returns information about which portions of which y-axes the user has
selected (zoomed).
Copyright © 2013. All Rights Reserved.