Class SeriesDefaults
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.Serie
-
- org.wicketstuff.jqplot.lib.elements.SeriesDefaults
-
- All Implemented Interfaces:
Serializable,Element
public class SeriesDefaults extends Serie
SeriesDafaults- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeriesDefaults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointLabelsgetPointLabels()TrendlinegetTrendline()PointLabelspointLabelsInstance()SeriesDefaultssetPointLabels(PointLabels pointLabels)SeriesDefaultssetTrendline(Trendline trendline)TrendlinetrendlineInstance()-
Methods inherited from class org.wicketstuff.jqplot.lib.elements.Serie
getColor, getFill, getLabel, getLineWidth, getMarkerOptions, getRenderer, getRendererOptions, getShadow, getShadowAlpha, getShadowDepth, getShowAlpha, getShowLine, getShowMarker, lineWidth, markerOptions, markerOptionsInstance, renderer, rendererOptions, rendererOptionsInstance, setColor, setFill, setLabel, setLineWidth, setMarkerOptions, setRenderer, setRendererOptions, setShadow, setShadowAlpha, setShadowDepth, setShowAlpha, setShowLine, setShowMarker, showLine
-
-
-
-
Method Detail
-
getPointLabels
public PointLabels getPointLabels()
- Returns:
- pointLables
-
setPointLabels
public SeriesDefaults setPointLabels(PointLabels pointLabels)
- Parameters:
pointLabels- Set point lables- Returns:
- SeriesDafaults
-
getTrendline
public Trendline getTrendline()
-
setTrendline
public SeriesDefaults setTrendline(Trendline trendline)
-
trendlineInstance
public Trendline trendlineInstance()
-
pointLabelsInstance
public PointLabels pointLabelsInstance()
-
-