Uses of Class
org.pepstock.charba.client.enums.Weight
-
Packages that use Weight 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.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.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of Weight in org.pepstock.charba.client.annotation
Fields in org.pepstock.charba.client.annotation declared as Weight Modifier and Type Field Description static Weight
BoxLabel. DEFAULT_FONT_WEIGHT
Default box label font weight,BOLD
.static Weight
LineLabel. DEFAULT_FONT_WEIGHT
Default line label font weight,BOLD
. -
Uses of Weight in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return Weight Modifier and Type Method Description Weight
Font. getWeight()
Returns the font weight, follows CSS font-style-weight options.Methods in org.pepstock.charba.client.configuration with parameters of type Weight Modifier and Type Method Description void
Font. setWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options. -
Uses of Weight in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels with parameters of type Weight Modifier and Type Method Description AbstractBuilder<T>
AbstractBuilder. setFontWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight label. -
Uses of Weight in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return Weight Modifier and Type Method Description Weight
IsDefaultFont. getWeight()
Returns the font weight, follows CSS font-style-weight options. -
Uses of Weight in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart that return Weight Modifier and Type Method Description Weight
DefaultChartFont. getWeight()
-
Uses of Weight in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return Weight Modifier and Type Method Description Weight
DefaultRoutedFont. getWeight()
-
Uses of Weight in org.pepstock.charba.client.enums
Methods in org.pepstock.charba.client.enums that return Weight Modifier and Type Method Description static Weight
Weight. getByIntValue(int value, Weight defaultValue)
Returns the weight instance searched by the integer value.static Weight
Weight. valueOf(String name)
Returns the enum constant of this type with the specified name.static Weight[]
Weight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pepstock.charba.client.enums with parameters of type Weight Modifier and Type Method Description static Weight
Weight. getByIntValue(int value, Weight defaultValue)
Returns the weight instance searched by the integer value. -
Uses of Weight in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins with parameters of type Weight Modifier and Type Method Description void
CrosshairLabelsFont. setWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options. -
Uses of Weight in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Weight Modifier and Type Method Description Weight
Font. getWeight()
Returns the font weight, follows CSS font-style-weight options.Methods in org.pepstock.charba.client.options with parameters of type Weight Modifier and Type Method Description void
AbstractFont. setWeight(Weight weight)
void
AbstractScriptableFont. setWeight(Weight weight)
void
Font. setWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options.void
IsFont. setWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options. -
Uses of Weight in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast with parameters of type Weight Modifier and Type Method Description ToastOptionsBuilder
ToastOptionsBuilder. setActionFontWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options of action.ToastOptionsBuilder
ToastOptionsBuilder. setLabelFontWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options of label.ToastOptionsBuilder
ToastOptionsBuilder. setTitleFontWeight(Weight weight)
Sets the font weight, follows CSS font-style-weight options of title.
-