Uses of Interface
org.pepstock.charba.client.callbacks.FontCallback
-
Packages that use FontCallback 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.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js. -
-
Uses of FontCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return FontCallback Modifier and Type Method Description FontCallback<AnnotationContext>
LineLabel. getFontCallback()
Returns the font callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.annotation with parameters of type FontCallback Modifier and Type Method Description void
LineLabel. setFont(FontCallback<AnnotationContext> fontCallback)
Sets the font callback. -
Uses of FontCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return FontCallback Modifier and Type Method Description FontCallback<ScaleContext>
RadialPointLabels. getFontCallback()
Returns the font callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.configuration with parameters of type FontCallback Modifier and Type Method Description void
RadialPointLabels. setFont(FontCallback<ScaleContext> fontCallback)
Sets the font callback. -
Uses of FontCallback in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels that return FontCallback Modifier and Type Method Description FontCallback<DataLabelsContext>
LabelItem. getFontCallback()
Returns the font callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.datalabels with parameters of type FontCallback Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setFont(FontCallback<DataLabelsContext> fontCallback)
Sets the font callback.void
LabelItem. setFont(FontCallback<DataLabelsContext> fontCallback)
Sets the font callback. -
Uses of FontCallback in org.pepstock.charba.client.labels
Methods in org.pepstock.charba.client.labels that return FontCallback Modifier and Type Method Description FontCallback<LabelsContext>
Label. getFontCallback()
Returns the font callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.labels with parameters of type FontCallback Modifier and Type Method Description void
Label. setFont(FontCallback<LabelsContext> fontCallback)
Sets the font callback.LabelBuilder
LabelBuilder. setFont(FontCallback<LabelsContext> fontColorCallback)
Sets the font color callback. -
Uses of FontCallback in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return FontCallback Modifier and Type Method Description FontCallback<T>
IsScriptableFontProvider. getFontCallback()
Returns theFontCallback
if it has been set ornull
.Methods in org.pepstock.charba.client.options with parameters of type FontCallback Modifier and Type Method Description void
IsScriptableFontProvider. setFont(FontCallback<T> fontCallback)
Sets the font callback. -
Uses of FontCallback in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return FontCallback Modifier and Type Method Description FontCallback<DatasetContext>
SankeyDataset. getFontCallback()
Returns the font callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.sankey with parameters of type FontCallback Modifier and Type Method Description void
SankeyDataset. setFont(FontCallback<DatasetContext> fontCallback)
Sets the font callback.
-