com.googlecode.wickedcharts.highcharts.options
Class State
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.State
- All Implemented Interfaces:
- Serializable
public class State
- extends Object
- implements Serializable
Defines the configuration of the "states" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#plotOptions.area.marker.states,
Serialized Form
|
Constructor Summary |
State()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
State
public State()
getEnabled
public Boolean getEnabled()
getFillColor
public ColorReference getFillColor()
getLineColor
public ColorReference getLineColor()
getLineWidth
public Integer getLineWidth()
getRadius
public Integer getRadius()
getSymbol
public Symbol getSymbol()
setEnabled
public State setEnabled(Boolean enabled)
setFillColor
public State setFillColor(Color color)
setFillColor
public State setFillColor(ColorReference fillColor)
setLineColor
public State setLineColor(Color color)
setLineColor
public State setLineColor(ColorReference lineColor)
setLineWidth
public State setLineWidth(Integer lineWidth)
setRadius
public State setRadius(Integer radius)
setSymbol
public State setSymbol(Symbol symbol)
setColor
public State setColor(ColorReference color)
getColor
public ColorReference getColor()
Copyright © 2013. All Rights Reserved.