Uses of Interface
org.pepstock.charba.client.options.IsFont
-
Packages that use IsFont Package Description 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.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.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.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of IsFont in org.pepstock.charba.client.configuration
Classes in org.pepstock.charba.client.configuration that implement IsFont Modifier and Type Class Description class
Font
Base object to map font configuration. -
Uses of IsFont in org.pepstock.charba.client.datalabels
Classes in org.pepstock.charba.client.datalabels that implement IsFont Modifier and Type Class Description class
Font
Base object to map font options forDataLabelsPlugin.ID
plugin configuration. -
Uses of IsFont in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins that return IsFont Modifier and Type Method Description IsFont
CrosshairLabel. getFont()
Returns the font object.IsFont
SelectionCleaner. getFont()
Returns the font object. -
Uses of IsFont in org.pepstock.charba.client.items
Classes in org.pepstock.charba.client.items that implement IsFont Modifier and Type Class Description class
FontItem
Font options item to use mainly for callbacks. -
Uses of IsFont in org.pepstock.charba.client.labels
Classes in org.pepstock.charba.client.labels that implement IsFont Modifier and Type Class Description class
Font
Base object to map font options forLabelsPlugin.ID
plugin configuration. -
Uses of IsFont in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsFont Modifier and Type Class Description class
AbstractFont
Base class to map the font properties of an element.class
AbstractScriptableFont<T extends ChartContext>
Object can be provided with additional configuration by callbacks to define font options at runtime, and with the possibility to resetFontCallback
if theIsScriptableFontProvider
instance has been set with aFontCallback
.class
Font
Base object to map font options for configuration.Methods in org.pepstock.charba.client.options that return IsFont Modifier and Type Method Description IsFont
AbstractTitle. getFont()
default IsFont
HasFont. getFont()
Returns the font element.IsFont
IsTitle. getFont()
-
Uses of IsFont in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return IsFont Modifier and Type Method Description IsFont
SankeyDataset. getFont()
Returns the font object. -
Uses of IsFont in org.pepstock.charba.client.treemap
Methods in org.pepstock.charba.client.treemap that return IsFont Modifier and Type Method Description IsFont
Captions. getFont()
Returns the font object.IsFont
Labels. getFont()
Returns the font object.IsFont
Captions. getHoverFont()
Returns the font object when hovered.IsFont
Labels. getHoverFont()
Returns the font object when hovered.Methods in org.pepstock.charba.client.treemap that return types with arguments of type IsFont Modifier and Type Method Description List<IsFont>
Labels. getFonts()
Returns the font of the text.List<IsFont>
Labels. getHoverFonts()
Returns the font of the text, when hovered.
-