Class DefaultChartDatasets
- java.lang.Object
- 
- org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
 
- 
- All Implemented Interfaces:
- IsDefaultDatasets
 
 public final class DefaultChartDatasets extends Object implements IsDefaultDatasets CHART.JS default values for DATASETS element.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultChartDatasets(IsDefaultDatasets datasets)Creates the object by datasets option element instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IsDefaultTypedDatasetget(Type type)Returns the data sets options by a chart type.
 
- 
- 
- 
Constructor Detail- 
DefaultChartDatasetspublic DefaultChartDatasets(IsDefaultDatasets datasets) Creates the object by datasets option element instance.- Parameters:
- datasets- datasets option element instance.
 
 
- 
 - 
Method Detail- 
getpublic IsDefaultTypedDataset get(Type type) Description copied from interface:IsDefaultDatasetsReturns the data sets options by a chart type.- Specified by:
- getin interface- IsDefaultDatasets
- Parameters:
- type- chart type.
- Returns:
- the data sets options by a chart type
 
 
- 
 
-