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:
  • Constructor Details

    • Serie

      public Serie()
      Instantiates a new serie.
    • Serie

      public Serie(String label)
      Instantiates a new serie.
      Parameters:
      label - the label
  • Method Details

    • 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()