Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
|
Modifier and Type | Method and Description |
---|---|
DatasetMetaItem |
IsChart.getDatasetAtEvent(BaseNativeEvent event)
Looks for the dataset that matches the event and returns that metadata.
|
DatasetMetaItem |
AbstractChart.getDatasetAtEvent(BaseNativeEvent event)
Looks for the dataset that matches the event and returns that metadata.
|
DatasetMetaItem |
IsChart.getDatasetMeta(int index)
Looks for the dataset that matches the current index and returns that metadata.
|
DatasetMetaItem |
AbstractChart.getDatasetMeta(int index)
Looks for the dataset that matches the current index and returns that metadata.
|
Modifier and Type | Method and Description |
---|---|
DatasetMetaItem |
AbstractChartWidget.getDatasetAtEvent(BaseNativeEvent event) |
DatasetMetaItem |
AbstractChartWidget.getDatasetMeta(int index) |
Modifier and Type | Method and Description |
---|---|
DatasetMetaItem |
DatasetPluginItem.getMeta()
Returns the dataset meta data item.
|