java.lang.Object
org.wicketstuff.jqplot.lib.elements.Serie
- All Implemented Interfaces:
Serializable,Element
- Direct Known Subclasses:
SeriesDefaults
The Class Serie.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the color.getFill()Gets the fill.getLabel()Gets the label.Gets the line width.Gets the marker options.Gets the renderer.Gets the renderer options.Gets the shadow.Gets the shadow alpha.Gets the shadow depth.Gets the show alpha.Gets the show line.Gets the show marker.Line width.markerOptions(MarkerOptions markerOptions) Marker options.renderer(JqPlotResources renderer) Renderer.rendererOptions(RendererOptions rendererOptions) Renderer options.Get renderer options instanceSets the color.Sets the fill.Sets the label.setLineWidth(Integer lineWidth) Sets the line width.setMarkerOptions(MarkerOptions markerOptions) Sets the marker options.setRenderer(JqPlotResources renderer) Sets the renderer.setRendererOptions(RendererOptions rendererOptions) Sets the renderer options.Sets the shadow.setShadowAlpha(String shadowAlpha) Sets the shadow alpha.setShadowDepth(Integer shadowDepth) Sets the shadow depth.setShowAlpha(Boolean showAlpha) Sets the show alpha.setShowLine(Boolean showLine) Sets the show line.setShowMarker(Boolean showMarker) Sets the show marker.Show line.
-
Constructor Details
-
Serie
public Serie()Instantiates a new serie. -
Serie
Instantiates a new serie.- Parameters:
label- the label
-
-
Method Details
-
lineWidth
Line width.- Parameters:
lineWidth- the line width- Returns:
- the serie
-
markerOptions
Marker options.- Parameters:
markerOptions- the marker options- Returns:
- the serie
-
showLine
Show line.- Parameters:
showLine- the show line- Returns:
- the serie
-
rendererOptions
Renderer options.- Parameters:
rendererOptions- the renderer options- Returns:
- the serie
-
renderer
Renderer.- Parameters:
renderer- the renderer- Returns:
- the serie
-
getShadowAlpha
Gets the shadow alpha.- Returns:
- shadowAlpha
-
setShadowAlpha
Sets the shadow alpha.- Parameters:
shadowAlpha- the new shadow alpha- Returns:
- Serie
-
getShadowDepth
Gets the shadow depth.- Returns:
- shadowDepth
-
setShadowDepth
Sets the shadow depth.- Parameters:
shadowDepth- the new shadow depth- Returns:
- Serie
-
getShowAlpha
Gets the show alpha.- Returns:
- showAlpha true ou false
-
setShowAlpha
Sets the show alpha.- Parameters:
showAlpha- the new show alpha- Returns:
- Serie
-
getShadow
Gets the shadow.- Returns:
- shadow
-
setShadow
Sets the shadow.- Parameters:
shadow- the new shadow- Returns:
- Serie
-
getShowMarker
Gets the show marker.- Returns:
- the show marker
-
setShowMarker
Sets the show marker.- Parameters:
showMarker- the new show marker- Returns:
- Serie
-
getMarkerOptions
Gets the marker options.- Returns:
- the marker options
-
setMarkerOptions
Sets the marker options.- Parameters:
markerOptions- the new marker options- Returns:
- Serie
-
getLineWidth
Gets the line width.- Returns:
- the line width
-
setLineWidth
Sets the line width.- Parameters:
lineWidth- the new line width- Returns:
- Serie
-
getRendererOptions
Gets the renderer options.- Returns:
- the renderer options
-
setRendererOptions
Sets the renderer options.- Parameters:
rendererOptions- the new renderer options- Returns:
- Serie
-
getLabel
Gets the label.- Returns:
- the label
-
setLabel
Sets the label.- Parameters:
label- the label to set- Returns:
- Serie
-
getRenderer
Gets the renderer.- Returns:
- the renderer
-
setRenderer
Sets the renderer.- Parameters:
renderer- the renderer to set- Returns:
- Serie
-
getFill
Gets the fill.- Returns:
- the fill
-
setFill
Sets the fill.- Parameters:
fill- the fill to set- Returns:
- Serie
-
getColor
Gets the color.- Returns:
- the color
-
setColor
Sets the color.- Parameters:
color- the new color- Returns:
- Serie
-
getShowLine
Gets the show line.- Returns:
- the show line
-
setShowLine
Sets the show line.- Parameters:
showLine- the new show line- Returns:
- Serie
-
rendererOptionsInstance
Get renderer options instance- Returns:
- RendererOptions
-
markerOptionsInstance
-