com.googlecode.wickedcharts.highcharts.options
Class StatesChoice

java.lang.Object
  extended by 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

Nested Class Summary
static class StatesChoice.StateType
           
 
Constructor Summary
StatesChoice()
           
StatesChoice(State state, StatesChoice.StateType type)
           
 
Method Summary
 State getHover()
           
 State getSelect()
           
 StatesChoice setHover(State hover)
           
 StatesChoice setSelect(State select)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatesChoice

public StatesChoice()

StatesChoice

public StatesChoice(State state,
                    StatesChoice.StateType type)
Method Detail

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.