java.lang.Object
org.wicketstuff.jqplot.lib.elements.FillBetween
- All Implemented Interfaces:
Serializable
The Class FillBetween.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the base series.getColor()Gets the color.getFill()Gets the fill.Gets the serie1.Gets the serie2.voidsetBaseSeries(Integer baseSeries) Sets the base series.voidSets the color.voidSets the fill.voidSets the serie1.voidSets the serie2.
-
Constructor Details
-
FillBetween
public FillBetween()
-
-
Method Details
-
getBaseSeries
Gets the base series.- Returns:
- baseSeries
-
setBaseSeries
Sets the base series.- Parameters:
baseSeries- the new base series
-
getColor
Gets the color.- Returns:
- color
-
setColor
Sets the color.- Parameters:
color- the new color
-
getFill
Gets the fill.- Returns:
- fill true ou false
-
setFill
Sets the fill.- Parameters:
fill- the new fill
-
getSerie1
Gets the serie1.- Returns:
- serie1
-
setSerie1
Sets the serie1.- Parameters:
serie1- the new serie1
-
getSerie2
Gets the serie2.- Returns:
- serie2
-
setSerie2
Sets the serie2.- Parameters:
serie2- the new serie2
-