com.googlecode.wickedcharts.highcharts.options
Class StatesChoice
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.StatesChoice
- All Implemented Interfaces:
- Serializable
public class StatesChoice
- extends Object
- implements Serializable
Defines a choice of one or more "states" options.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#plotOptions.area.marker.states,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatesChoice
public StatesChoice()
StatesChoice
public StatesChoice(State state,
StatesChoice.StateType type)
getHover
public State getHover()
getSelect
public State getSelect()
setHover
public StatesChoice setHover(State hover)
setSelect
public StatesChoice setSelect(State select)
Copyright © 2013. All Rights Reserved.