public class Datasets extends Object
Modifier and Type | Method and Description |
---|---|
TypedDataset |
get()
Returns the data set base on chart type of the configuration options.
|
TypedDataset |
get(Type type)
Returns the data set by a chart type.
|
IsChart |
getChart()
Returns the chart instance
|
protected ExtendedOptions |
getConfiguration()
Returns the configuration element.
|
protected ConfigurationOptions |
getOptions()
Returns the configuration options.
|
public TypedDataset get()
public TypedDataset get(Type type)
type
- chart type.protected final ConfigurationOptions getOptions()
protected final ExtendedOptions getConfiguration()
public final IsChart getChart()