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.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (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 voidLineLabel. 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.voidLabelItem. setTextAlign(TextAlignCallback<DataLabelsContext> textAlignCallback)Sets the text align callback.
-