Package | Description |
---|---|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
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).
|
org.pepstock.charba.client.datalabels |
Contains all classes to activate the
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
RotationCallback<AnnotationContext> |
LineLabel.getRotationCallback()
Returns the callback called to set the rotation of label in degrees.
|
Modifier and Type | Method and Description |
---|---|
void |
LineLabel.setRotation(RotationCallback<AnnotationContext> rotationCallback)
Sets the callback to set the rotation of label in degrees.
|
Modifier and Type | Method and Description |
---|---|
RotationCallback<DatasetContext> |
Point.getRotationCallback()
Returns the rotation callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
Point.setRotation(RotationCallback<DatasetContext> rotationCallback)
Sets the rotation callback.
|
Modifier and Type | Method and Description |
---|---|
RotationCallback<DatasetContext> |
LiningDataset.getPointRotationCallback()
Returns the point rotation callback, if set, otherwise
null . |
RotationCallback<DatasetContext> |
BubbleDataset.getRotationCallback()
Returns the rotation callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setPointRotation(RotationCallback<DatasetContext> pointRotationCallback)
Sets the point rotation callback.
|
void |
BubbleDataset.setRotation(RotationCallback<DatasetContext> rotationCallback)
Sets the rotation callback.
|
Modifier and Type | Method and Description |
---|---|
RotationCallback<DataLabelsContext> |
LabelItem.getRotationCallback()
Returns the rotation callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LabelItem.setRotation(RotationCallback<DataLabelsContext> rotationCallback)
Sets the rotation callback.
|
AbstractBuilder<T> |
AbstractBuilder.setRotation(RotationCallback<DataLabelsContext> rotationCallback)
Sets the rotation callback.
|