| Package | Description | 
|---|---|
| org.pepstock.charba.client.callbacks | 
 All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS. 
 | 
| 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 | 
|---|---|
DatasetElement | 
AbstractDatasetContext.getDatasetElement()
Returns the  
DatasetElement related to the context, if there is, otherwise null. | 
DatasetElement | 
SegmentContext.getEndPoint()
Returns the  
DatasetElement related to the data as ending point of segment. | 
DatasetElement | 
SegmentContext.getStartPoint()
Returns the  
DatasetElement related to the data as starting point of segment. | 
| Modifier and Type | Method and Description | 
|---|---|
DatasetElement | 
TooltipItem.getElement()
Returns the dataset element (point, arc, bar, etc.) for this tooltip item. 
 | 
DatasetElement | 
DatasetReference.getElement()
Returns the data set item element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<DatasetElement> | 
DatasetItem.getElements()
Returns a list of dataset elements. 
 | 
| Constructor and Description | 
|---|
DatasetReference(AbstractDatasetContext context,
                DatasetElement item)
Creates the item reference using a a scriptale context and a data set item. 
 |