com.googlecode.wickedcharts.highcharts.options
Class PlotBand
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotBand
public PlotBand()
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.