Interface IsDefaultDatasets
-
- All Known Implementing Classes:
Datasets
,DefaultChartDatasets
,DefaultDatasets
public interface IsDefaultDatasets
Interface to define data sets object defaults.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsDefaultTypedDataset
get(Type type)
Returns the data sets options by a chart type.
-
-
-
Method Detail
-
get
IsDefaultTypedDataset get(Type type)
Returns the data sets options by a chart type.- Parameters:
type
- chart type.- Returns:
- the data sets options by a chart type
-
-