Class FillBetween
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.FillBetween
-
- All Implemented Interfaces:
Serializable
public class FillBetween extends Object implements Serializable
The Class FillBetween.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FillBetween()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBaseSeries()Gets the base series.StringgetColor()Gets the color.BooleangetFill()Gets the fill.IntegergetSerie1()Gets the serie1.IntegergetSerie2()Gets the serie2.voidsetBaseSeries(Integer baseSeries)Sets the base series.voidsetColor(String color)Sets the color.voidsetFill(Boolean fill)Sets the fill.voidsetSerie1(Integer serie1)Sets the serie1.voidsetSerie2(Integer serie2)Sets the serie2.
-
-
-
Method Detail
-
getBaseSeries
public Integer getBaseSeries()
Gets the base series.- Returns:
- baseSeries
-
setBaseSeries
public void setBaseSeries(Integer baseSeries)
Sets the base series.- Parameters:
baseSeries- the new base series
-
getColor
public String getColor()
Gets the color.- Returns:
- color
-
setColor
public void setColor(String color)
Sets the color.- Parameters:
color- the new color
-
getFill
public Boolean getFill()
Gets the fill.- Returns:
- fill true ou false
-
setFill
public void setFill(Boolean fill)
Sets the fill.- Parameters:
fill- the new fill
-
getSerie1
public Integer getSerie1()
Gets the serie1.- Returns:
- serie1
-
setSerie1
public void setSerie1(Integer serie1)
Sets the serie1.- Parameters:
serie1- the new serie1
-
getSerie2
public Integer getSerie2()
Gets the serie2.- Returns:
- serie2
-
setSerie2
public void setSerie2(Integer serie2)
Sets the serie2.- Parameters:
serie2- the new serie2
-
-