com.googlecode.wickedcharts.highcharts.options
Class PlotLine
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.PlotLine
- All Implemented Interfaces:
- Serializable
public class PlotLine
- extends Object
- implements Serializable
Defines a plot line in a chart.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#Axis.plotLines,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotLine
public PlotLine()
getColor
public ColorReference getColor()
getDashStyle
public GridLineDashStyle getDashStyle()
getEvents
public DummyOption getEvents()
getId
public String getId()
getLabel
public Labels getLabel()
getValue
public Float getValue()
getWidth
public Integer getWidth()
getzIndex
public Integer getzIndex()
setColor
public PlotLine setColor(Color color)
setColor
public PlotLine setColor(ColorReference color)
setDashStyle
public PlotLine setDashStyle(GridLineDashStyle dashStyle)
setEvents
public PlotLine setEvents(DummyOption events)
setId
public PlotLine setId(String id)
setLabel
public PlotLine setLabel(Labels label)
setValue
public PlotLine setValue(Float value)
setWidth
public PlotLine setWidth(Integer width)
setzIndex
public PlotLine setzIndex(Integer zIndex)
Copyright © 2013. All Rights Reserved.