Uses of Class
org.pepstock.charba.client.items.FontItem
-
Packages that use FontItem Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of 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.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of FontItem in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type FontItem Modifier and Type Method Description IsImmutableFontHelpers. toFont(FontItem font)Parses font options and returns a normalized font object.StringHelpers. toFontString(FontItem font)Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. -
Uses of FontItem in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return FontItem Modifier and Type Method Description static <C extends ChartContext>
FontItemScriptableUtil. getOptionValueAsFont(C context, Scriptable<FontItem,C> callback, IsDefaultFont defaultValue)Returns the font item value as value of the property by invoking a callback which is typed to a font item.Method parameters in org.pepstock.charba.client.callbacks with type arguments of type FontItem Modifier and Type Method Description static <C extends ChartContext>
FontItemScriptableUtil. getOptionValueAsFont(C context, Scriptable<FontItem,C> callback, IsDefaultFont defaultValue)Returns the font item value as value of the property by invoking a callback which is typed to a font item. -
Uses of FontItem in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return FontItem Modifier and Type Method Description FontItemFont. create()Creates a font options instance using default or cloning current instance. -
Uses of FontItem in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return FontItem Modifier and Type Method Description FontItemIsDefaultFont. create()Creates a font options instance using default or cloning current instance.default FontItemIsDefaultFont. create(IsDefaultFont defaultValues)Creates a font options instance using default or cloning current instance. -
Uses of FontItem in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart that return FontItem Modifier and Type Method Description FontItemDefaultChartFont. create() -
Uses of FontItem in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return FontItem Modifier and Type Method Description FontItemDefaultRoutedFont. create() -
Uses of FontItem in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return FontItem Modifier and Type Method Description FontItemFont. create()FontItemFont. create(IsDefaultFont defaultValues)
-