com.googlecode.wickedcharts.highcharts.options
Class PlotLine

java.lang.Object
  extended by 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

Constructor Summary
PlotLine()
           
 
Method Summary
 ColorReference getColor()
           
 GridLineDashStyle getDashStyle()
           
 DummyOption getEvents()
           
 String getId()
           
 Labels getLabel()
           
 Float getValue()
           
 Integer getWidth()
           
 Integer getzIndex()
           
 PlotLine setColor(Color color)
           
 PlotLine setColor(ColorReference color)
           
 PlotLine setDashStyle(GridLineDashStyle dashStyle)
           
 PlotLine setEvents(DummyOption events)
           
 PlotLine setId(String id)
           
 PlotLine setLabel(Labels label)
           
 PlotLine setValue(Float value)
           
 PlotLine setWidth(Integer width)
           
 PlotLine setzIndex(Integer zIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotLine

public PlotLine()
Method Detail

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.