Class Serie
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.Serie
-
- All Implemented Interfaces:
Serializable,Element
- Direct Known Subclasses:
SeriesDefaults
public class Serie extends Object implements Element
The Class Serie.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the color.BooleangetFill()Gets the fill.StringgetLabel()Gets the label.IntegergetLineWidth()Gets the line width.MarkerOptionsgetMarkerOptions()Gets the marker options.JqPlotResourcesgetRenderer()Gets the renderer.RendererOptionsgetRendererOptions()Gets the renderer options.BooleangetShadow()Gets the shadow.StringgetShadowAlpha()Gets the shadow alpha.IntegergetShadowDepth()Gets the shadow depth.BooleangetShowAlpha()Gets the show alpha.BooleangetShowLine()Gets the show line.BooleangetShowMarker()Gets the show marker.SerielineWidth(Integer lineWidth)Line width.SeriemarkerOptions(MarkerOptions markerOptions)Marker options.MarkerOptionsmarkerOptionsInstance()Serierenderer(JqPlotResources renderer)Renderer.SerierendererOptions(RendererOptions rendererOptions)Renderer options.RendererOptionsrendererOptionsInstance()Get renderer options instanceSeriesetColor(String color)Sets the color.SeriesetFill(Boolean fill)Sets the fill.SeriesetLabel(String label)Sets the label.SeriesetLineWidth(Integer lineWidth)Sets the line width.SeriesetMarkerOptions(MarkerOptions markerOptions)Sets the marker options.SeriesetRenderer(JqPlotResources renderer)Sets the renderer.SeriesetRendererOptions(RendererOptions rendererOptions)Sets the renderer options.SeriesetShadow(Boolean shadow)Sets the shadow.SeriesetShadowAlpha(String shadowAlpha)Sets the shadow alpha.SeriesetShadowDepth(Integer shadowDepth)Sets the shadow depth.SeriesetShowAlpha(Boolean showAlpha)Sets the show alpha.SeriesetShowLine(Boolean showLine)Sets the show line.SeriesetShowMarker(Boolean showMarker)Sets the show marker.SerieshowLine(Boolean showLine)Show line.
-
-
-
Constructor Detail
-
Serie
public Serie()
Instantiates a new serie.
-
Serie
public Serie(String label)
Instantiates a new serie.- Parameters:
label- the label
-
-
Method Detail
-
lineWidth
public Serie lineWidth(Integer lineWidth)
Line width.- Parameters:
lineWidth- the line width- Returns:
- the serie
-
markerOptions
public Serie markerOptions(MarkerOptions markerOptions)
Marker options.- Parameters:
markerOptions- the marker options- Returns:
- the serie
-
showLine
public Serie showLine(Boolean showLine)
Show line.- Parameters:
showLine- the show line- Returns:
- the serie
-
rendererOptions
public Serie rendererOptions(RendererOptions rendererOptions)
Renderer options.- Parameters:
rendererOptions- the renderer options- Returns:
- the serie
-
renderer
public Serie renderer(JqPlotResources renderer)
Renderer.- Parameters:
renderer- the renderer- Returns:
- the serie
-
getShadowAlpha
public String getShadowAlpha()
Gets the shadow alpha.- Returns:
- shadowAlpha
-
setShadowAlpha
public Serie setShadowAlpha(String shadowAlpha)
Sets the shadow alpha.- Parameters:
shadowAlpha- the new shadow alpha- Returns:
- Serie
-
getShadowDepth
public Integer getShadowDepth()
Gets the shadow depth.- Returns:
- shadowDepth
-
setShadowDepth
public Serie setShadowDepth(Integer shadowDepth)
Sets the shadow depth.- Parameters:
shadowDepth- the new shadow depth- Returns:
- Serie
-
getShowAlpha
public Boolean getShowAlpha()
Gets the show alpha.- Returns:
- showAlpha true ou false
-
setShowAlpha
public Serie setShowAlpha(Boolean showAlpha)
Sets the show alpha.- Parameters:
showAlpha- the new show alpha- Returns:
- Serie
-
getShadow
public Boolean getShadow()
Gets the shadow.- Returns:
- shadow
-
setShadow
public Serie setShadow(Boolean shadow)
Sets the shadow.- Parameters:
shadow- the new shadow- Returns:
- Serie
-
getShowMarker
public Boolean getShowMarker()
Gets the show marker.- Returns:
- the show marker
-
setShowMarker
public Serie setShowMarker(Boolean showMarker)
Sets the show marker.- Parameters:
showMarker- the new show marker- Returns:
- Serie
-
getMarkerOptions
public MarkerOptions getMarkerOptions()
Gets the marker options.- Returns:
- the marker options
-
setMarkerOptions
public Serie setMarkerOptions(MarkerOptions markerOptions)
Sets the marker options.- Parameters:
markerOptions- the new marker options- Returns:
- Serie
-
getLineWidth
public Integer getLineWidth()
Gets the line width.- Returns:
- the line width
-
setLineWidth
public Serie setLineWidth(Integer lineWidth)
Sets the line width.- Parameters:
lineWidth- the new line width- Returns:
- Serie
-
getRendererOptions
public RendererOptions getRendererOptions()
Gets the renderer options.- Returns:
- the renderer options
-
setRendererOptions
public Serie setRendererOptions(RendererOptions rendererOptions)
Sets the renderer options.- Parameters:
rendererOptions- the new renderer options- Returns:
- Serie
-
getLabel
public String getLabel()
Gets the label.- Returns:
- the label
-
setLabel
public Serie setLabel(String label)
Sets the label.- Parameters:
label- the label to set- Returns:
- Serie
-
getRenderer
public JqPlotResources getRenderer()
Gets the renderer.- Returns:
- the renderer
-
setRenderer
public Serie setRenderer(JqPlotResources renderer)
Sets the renderer.- Parameters:
renderer- the renderer to set- Returns:
- Serie
-
getFill
public Boolean getFill()
Gets the fill.- Returns:
- the fill
-
setFill
public Serie setFill(Boolean fill)
Sets the fill.- Parameters:
fill- the fill to set- Returns:
- Serie
-
getColor
public String getColor()
Gets the color.- Returns:
- the color
-
setColor
public Serie setColor(String color)
Sets the color.- Parameters:
color- the new color- Returns:
- Serie
-
getShowLine
public Boolean getShowLine()
Gets the show line.- Returns:
- the show line
-
setShowLine
public Serie setShowLine(Boolean showLine)
Sets the show line.- Parameters:
showLine- the new show line- Returns:
- Serie
-
rendererOptionsInstance
public RendererOptions rendererOptionsInstance()
Get renderer options instance- Returns:
- RendererOptions
-
markerOptionsInstance
public MarkerOptions markerOptionsInstance()
-
-