com.googlecode.wickedcharts.highcharts.options
Class PlotBand

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.PlotBand
All Implemented Interfaces:
Serializable

public class PlotBand
extends Object
implements Serializable

Defines a colored band across a grid chart.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#Axis.plotBands, Serialized Form

Constructor Summary
PlotBand()
           
 
Method Summary
 ColorReference getColor()
           
 DummyOption getEvents()
           
 Number getFrom()
           
 String getId()
           
 Labels getLabel()
           
 Number getTo()
           
 Integer getzIndex()
           
 PlotBand setColor(Color color)
           
 PlotBand setColor(ColorReference color)
           
 PlotBand setEvents(DummyOption events)
           
 PlotBand setFrom(Number from)
           
 PlotBand setId(String id)
           
 PlotBand setLabel(Labels label)
           
 PlotBand setTo(Number to)
           
 PlotBand setzIndex(Integer zIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotBand

public PlotBand()
Method Detail

getColor

public ColorReference getColor()

getEvents

public DummyOption getEvents()

getFrom

public Number getFrom()

getId

public String getId()

getLabel

public Labels getLabel()

getTo

public Number getTo()

getzIndex

public Integer getzIndex()

setColor

public PlotBand setColor(Color color)

setColor

public PlotBand setColor(ColorReference color)

setEvents

public PlotBand setEvents(DummyOption events)

setFrom

public PlotBand setFrom(Number from)

setId

public PlotBand setId(String id)

setLabel

public PlotBand setLabel(Labels label)

setTo

public PlotBand setTo(Number to)

setzIndex

public PlotBand setzIndex(Integer zIndex)


Copyright © 2013. All Rights Reserved.