com.googlecode.wickedcharts.highcharts.options
Class Marker
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Marker
- All Implemented Interfaces:
- Serializable
public class Marker
- extends Object
- implements Serializable
Defines the configuration of the "marker" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#plotOptions.area.marker,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Marker
public Marker()
Marker
public Marker(Boolean enabled)
getEnabled
public Boolean getEnabled()
getFillColor
public ColorReference getFillColor()
getLineColor
public ColorReference getLineColor()
getLineWidth
public Integer getLineWidth()
getRadius
public Integer getRadius()
getStates
public StatesChoice getStates()
getSymbol
public Symbol getSymbol()
setEnabled
public Marker setEnabled(Boolean enabled)
setFillColor
public Marker setFillColor(Color color)
setFillColor
public Marker setFillColor(ColorReference fillColor)
setLineColor
public Marker setLineColor(Color color)
setLineColor
public Marker setLineColor(ColorReference lineColor)
setLineWidth
public Marker setLineWidth(Integer lineWidth)
setRadius
public Marker setRadius(Integer radius)
setStates
public Marker setStates(StatesChoice states)
setSymbol
public Marker setSymbol(Symbol symbol)
getColor
public ColorReference getColor()
setColor
public Marker setColor(ColorReference color)
Copyright © 2013. All Rights Reserved.