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.IDplugin (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.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.IDplugin (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 voidLineLabel. 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 voidRadialPointLabels. 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.voidLabelItem. 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 voidLabel. setFont(FontCallback<LabelsContext> fontCallback)Sets the font callback.LabelBuilderLabelBuilder. 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 theFontCallbackif it has been set ornull.Methods in org.pepstock.charba.client.options with parameters of type FontCallback Modifier and Type Method Description voidIsScriptableFontProvider. 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 voidSankeyDataset. setFont(FontCallback<DatasetContext> fontCallback)Sets the font callback.
-