com.googlecode.wickedcharts.highcharts.options
Class State

java.lang.Object
  extended by 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()
           
 
Method Summary
 ColorReference getColor()
           
 Boolean getEnabled()
           
 ColorReference getFillColor()
           
 ColorReference getLineColor()
           
 Integer getLineWidth()
           
 Integer getRadius()
           
 Symbol getSymbol()
           
 State setColor(ColorReference color)
           
 State setEnabled(Boolean enabled)
           
 State setFillColor(Color color)
           
 State setFillColor(ColorReference fillColor)
           
 State setLineColor(Color color)
           
 State setLineColor(ColorReference lineColor)
           
 State setLineWidth(Integer lineWidth)
           
 State setRadius(Integer radius)
           
 State setSymbol(Symbol symbol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State()
Method Detail

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.