| 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 |
|---|---|
CapStyleCallback<SegmentContext> |
Segment.getBorderCapStyleCallback()
Returns the border cap-style callback, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
Segment.setBorderCapStyle(CapStyleCallback<SegmentContext> borderCapStyleCallback)
Sets the border cap-style callback.
|
| Modifier and Type | Method and Description |
|---|---|
CapStyleCallback<DatasetContext> |
LiningDataset.getBorderCapStyleCallback()
Returns the border cap style callback, if set, otherwise
null. |
CapStyleCallback<DatasetContext> |
LiningDataset.getHoverBorderCapStyleCallback()
Returns the border cap style callback when element is hovered, if set, otherwise
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
LiningDataset.setBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback)
Sets the border cap style callback.
|
void |
LiningDataset.setHoverBorderCapStyle(CapStyleCallback<DatasetContext> borderCapStyleCallback)
Sets the border cap style callback when element is hovered.
|