com.googlecode.wickedcharts.highcharts.options
Class Events
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Events
- All Implemented Interfaces:
- Serializable
public class Events
- extends Object
- implements Serializable
Defines the configuration of the "events" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#chart.events,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Events
public Events()
getMouseOut
public Function getMouseOut()
setMouseOut
public Events setMouseOut(Function mouseOut)
getMouseOver
public Function getMouseOver()
setMouseOver
public Events setMouseOver(Function mouseOver)
getSelect
public Function getSelect()
setSelect
public Events setSelect(Function select)
getUnselect
public Function getUnselect()
setUnselect
public Events setUnselect(Function unselect)
getUpdate
public Function getUpdate()
setUpdate
public Events setUpdate(Function update)
getRemove
public Function getRemove()
setRemove
public Events setRemove(Function remove)
getAddSeries
public Function getAddSeries()
getClick
public Function getClick()
getLoad
public Function getLoad()
getRedraw
public Function getRedraw()
getSelection
public Function getSelection()
setAddSeries
public Events setAddSeries(Function addSeries)
setClick
public Events setClick(Function click)
setLoad
public Events setLoad(Function load)
setRedraw
public Events setRedraw(Function redraw)
setSelection
public Events setSelection(Function selection)
Copyright © 2013. All Rights Reserved.