public class PlotOptionsState extends Object implements Serializable
| Constructor and Description |
|---|
PlotOptionsState() |
| Modifier and Type | Method and Description |
|---|---|
ColorReference |
getColor() |
Boolean |
getEnabled() |
ColorReference |
getFillColor() |
ColorReference |
getLineColor() |
Integer |
getLineWidth() |
Integer |
getRadius() |
Symbol |
getSymbol() |
PlotOptionsState |
setColor(ColorReference color) |
PlotOptionsState |
setEnabled(Boolean enabled) |
PlotOptionsState |
setFillColor(Color color) |
PlotOptionsState |
setFillColor(ColorReference fillColor) |
PlotOptionsState |
setLineColor(Color color) |
PlotOptionsState |
setLineColor(ColorReference lineColor) |
PlotOptionsState |
setLineWidth(Integer lineWidth) |
PlotOptionsState |
setRadius(Integer radius) |
PlotOptionsState |
setSymbol(Symbol symbol) |
public Boolean getEnabled()
public ColorReference getFillColor()
public ColorReference getLineColor()
public Integer getLineWidth()
public Integer getRadius()
public Symbol getSymbol()
public PlotOptionsState setEnabled(Boolean enabled)
public PlotOptionsState setFillColor(Color color)
public PlotOptionsState setFillColor(ColorReference fillColor)
public PlotOptionsState setLineColor(Color color)
public PlotOptionsState setLineColor(ColorReference lineColor)
public PlotOptionsState setLineWidth(Integer lineWidth)
public PlotOptionsState setRadius(Integer radius)
public PlotOptionsState setSymbol(Symbol symbol)
public PlotOptionsState setColor(ColorReference color)
public ColorReference getColor()
Copyright © 2016. All rights reserved.