Uses of Interface
org.pepstock.charba.client.callbacks.TextAlignCallback
-
Packages that use TextAlignCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js. -
-
Uses of TextAlignCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return TextAlignCallback Modifier and Type Method Description TextAlignCallback<AnnotationContext>
LineLabel. getTextAlignCallback()
Returns the callback called to set the horizontal alignment of the label text when multiple lines.Methods in org.pepstock.charba.client.annotation with parameters of type TextAlignCallback Modifier and Type Method Description void
LineLabel. setTextAlign(TextAlignCallback<AnnotationContext> alignCallback)
Sets the callback to set the horizontal alignment of the label text when multiple lines. -
Uses of TextAlignCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return TextAlignCallback Modifier and Type Method Description TextAlignCallback<DataLabelsContext>
LabelItem. getTextAlignCallback()
Returns the text align callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type TextAlignCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setTextAlign(TextAlignCallback<DataLabelsContext> textAlignCallback)
Sets the text align callback.void
LabelItem. setTextAlign(TextAlignCallback<DataLabelsContext> textAlignCallback)
Sets the text align callback.
-