Interface IsDefaultFillHandler
-
- All Known Subinterfaces:
HasFill
,IsDefaultLine
- All Known Implementing Classes:
AreaDataset
,DefaultChartLine
,DefaultLine
,FillColors
,Line
,LineDataset
,LiningDataset
,RadarDataset
,RegressionDataset
,ScatterDataset
,StackedAreaDataset
,StackedLineDataset
,StackedVerticalLineDataset
,TimeSeriesLineDataset
,VerticalLineDataset
public interface IsDefaultFillHandler
Interface to define fill defaults values.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsFill
getFill()
Returns how to fill the area under the line.FillBaseline
getFillBaseline()
Returns the baseline value to use for filling.FillColors
getFillColors()
Returns the above and below color of baseline to use for filling.
-
-
-
Method Detail
-
getFill
IsFill getFill()
Returns how to fill the area under the line.- Returns:
- how to fill the area under the line.
-
getFillBaseline
FillBaseline getFillBaseline()
Returns the baseline value to use for filling.- Returns:
- the baseline value to use for filling
-
getFillColors
FillColors getFillColors()
Returns the above and below color of baseline to use for filling.- Returns:
- the above and below color of baseline to use for filling.
-
-