public class Serie extends Object implements Element
| Constructor and Description |
|---|
Serie()
Instantiates a new serie.
|
Serie(String label)
Instantiates a new serie.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the color.
|
Boolean |
getFill()
Gets the fill.
|
String |
getLabel()
Gets the label.
|
Integer |
getLineWidth()
Gets the line width.
|
MarkerOptions |
getMarkerOptions()
Gets the marker options.
|
JqPlotResources |
getRenderer()
Gets the renderer.
|
RendererOptions |
getRendererOptions()
Gets the renderer options.
|
Boolean |
getShadow()
Gets the shadow.
|
String |
getShadowAlpha()
Gets the shadow alpha.
|
Integer |
getShadowDepth()
Gets the shadow depth.
|
Boolean |
getShowAlpha()
Gets the show alpha.
|
Boolean |
getShowLine()
Gets the show line.
|
Boolean |
getShowMarker()
Gets the show marker.
|
Serie |
lineWidth(Integer lineWidth)
Line width.
|
Serie |
markerOptions(MarkerOptions markerOptions)
Marker options.
|
MarkerOptions |
markerOptionsInstance() |
Serie |
renderer(JqPlotResources renderer)
Renderer.
|
Serie |
rendererOptions(RendererOptions rendererOptions)
Renderer options.
|
RendererOptions |
rendererOptionsInstance()
Get renderer options instance
|
Serie |
setColor(String color)
Sets the color.
|
Serie |
setFill(Boolean fill)
Sets the fill.
|
Serie |
setLabel(String label)
Sets the label.
|
Serie |
setLineWidth(Integer lineWidth)
Sets the line width.
|
Serie |
setMarkerOptions(MarkerOptions markerOptions)
Sets the marker options.
|
Serie |
setRenderer(JqPlotResources renderer)
Sets the renderer.
|
Serie |
setRendererOptions(RendererOptions rendererOptions)
Sets the renderer options.
|
Serie |
setShadow(Boolean shadow)
Sets the shadow.
|
Serie |
setShadowAlpha(String shadowAlpha)
Sets the shadow alpha.
|
Serie |
setShadowDepth(Integer shadowDepth)
Sets the shadow depth.
|
Serie |
setShowAlpha(Boolean showAlpha)
Sets the show alpha.
|
Serie |
setShowLine(Boolean showLine)
Sets the show line.
|
Serie |
setShowMarker(Boolean showMarker)
Sets the show marker.
|
Serie |
showLine(Boolean showLine)
Show line.
|
public Serie()
public Serie(String label)
label - the labelpublic Serie lineWidth(Integer lineWidth)
lineWidth - the line widthpublic Serie markerOptions(MarkerOptions markerOptions)
markerOptions - the marker optionspublic Serie showLine(Boolean showLine)
showLine - the show linepublic Serie rendererOptions(RendererOptions rendererOptions)
rendererOptions - the renderer optionspublic Serie renderer(JqPlotResources renderer)
renderer - the rendererpublic String getShadowAlpha()
public Serie setShadowAlpha(String shadowAlpha)
shadowAlpha - the new shadow alphapublic Integer getShadowDepth()
public Serie setShadowDepth(Integer shadowDepth)
shadowDepth - the new shadow depthpublic Boolean getShowAlpha()
public Serie setShowAlpha(Boolean showAlpha)
showAlpha - the new show alphapublic Boolean getShadow()
public Serie setShadow(Boolean shadow)
shadow - the new shadowpublic Boolean getShowMarker()
public Serie setShowMarker(Boolean showMarker)
showMarker - the new show markerpublic MarkerOptions getMarkerOptions()
public Serie setMarkerOptions(MarkerOptions markerOptions)
markerOptions - the new marker optionspublic Integer getLineWidth()
public Serie setLineWidth(Integer lineWidth)
lineWidth - the new line widthpublic RendererOptions getRendererOptions()
public Serie setRendererOptions(RendererOptions rendererOptions)
rendererOptions - the new renderer optionspublic String getLabel()
public Serie setLabel(String label)
label - the label to setpublic JqPlotResources getRenderer()
public Serie setRenderer(JqPlotResources renderer)
renderer - the renderer to setpublic Boolean getFill()
public Serie setFill(Boolean fill)
fill - the fill to setpublic String getColor()
public Serie setColor(String color)
color - the new colorpublic Boolean getShowLine()
public Serie setShowLine(Boolean showLine)
showLine - the new show linepublic RendererOptions rendererOptionsInstance()
public MarkerOptions markerOptionsInstance()
Copyright © 2018. All rights reserved.