Interface IsDefaultFillHandler
-
- All Known Subinterfaces:
HasFill
,IsDefaultLine
- All Known Implementing Classes:
AreaDataset
,DefaultChartLine
,DefaultLine
,Line
,LineDataset
,LiningDataset
,RadarDataset
,ScatterDataset
,StackedAreaDataset
,StackedLineDataset
,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.
-
-
-
Method Detail
-
getFill
IsFill getFill()
Returns how to fill the area under the line.- Returns:
- how to fill the area under the line.
-
-