| Package | Description | 
|---|---|
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options at instance level). 
 | 
| org.pepstock.charba.client.data | 
 Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JoinStyleCallback<SegmentContext> | 
Segment.getBorderJoinStyleCallback()
Returns the border join-style callback, if set, otherwise  
null. | 
JoinStyleCallback<DatasetContext> | 
Line.getBorderJoinStyleCallback()
Returns the border join style callback, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Line.setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)
Sets the border join style callback. 
 | 
void | 
Segment.setBorderJoinStyle(JoinStyleCallback<SegmentContext> borderJoinStyleCallback)
Sets the border join-style callback. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JoinStyleCallback<DatasetContext> | 
LiningDataset.getBorderJoinStyleCallback()
Returns the border join style callback, if set, otherwise  
null. | 
JoinStyleCallback<DatasetContext> | 
LiningDataset.getHoverBorderJoinStyleCallback()
Returns the border join style callback when element is hovered, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LiningDataset.setBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)
Sets the border join style callback. 
 | 
void | 
LiningDataset.setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext> borderJoinStyleCallback)
Sets the border join style callback when element is hovered. 
 |