Class Trendline
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.Trendline
-
- All Implemented Interfaces:
Serializable,Element
public class Trendline extends Object implements Element
TrendLine- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Trendline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()StringgetLabel()FloatgetLineWidth()BooleangetShadow()FloatgetShadowAlpha()FloatgetShadowAngle()FloatgetShadowDepth()FloatgetShadowOffset()BooleangetShow()TrendlinesetColor(String color)TrendlinesetLabel(String label)TrendlinesetLineWidth(Float lineWidth)TrendlinesetShadow(Boolean shadow)TrendlinesetShadowAlpha(Float shadowAlpha)TrendlinesetShadowAngle(Float shadowAngle)TrendlinesetShadowDepth(Float shadowDepth)TrendlinesetShadowOffset(Float shadowOffset)TrendlinesetShow(Boolean show)
-
-
-
Method Detail
-
getShow
public Boolean getShow()
-
getColor
public String getColor()
-
getLabel
public String getLabel()
-
getShadow
public Boolean getShadow()
-
getLineWidth
public Float getLineWidth()
-
getShadowAngle
public Float getShadowAngle()
-
getShadowOffset
public Float getShadowOffset()
-
getShadowAlpha
public Float getShadowAlpha()
-
getShadowDepth
public Float getShadowDepth()
-
-