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 the
DataLabelsPlugin.ID plugin (AKA
chartjs-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.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
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 use
LabelsPlugin.ID plugin (AKA
chartjs-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.utils |
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
Tooltips.getBodyFontStyle()
Returns the body font style.
|
FontStyle |
Title.getFontStyle()
Returns the font style for title, follows CSS font-style options (i.e.
|
FontStyle |
RadialPointLabels.getFontStyle()
Returns the font style for the tick labels, follows CSS font-style options (i.e.
|
FontStyle |
LegendLabels.getFontStyle()
Returns the font style for the label, follows CSS font-style options (i.e.
|
FontStyle |
CartesianScaleLabel.getFontStyle()
Returns the font style for the scale label, follows CSS font-style options (i.e.
|
FontStyle |
Tooltips.getFooterFontStyle()
Returns the footer font style.
|
FontStyle |
Tooltips.getTitleFontStyle()
Returns the title font style.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setBodyFontStyle(FontStyle bodyFontStyle)
Sets the body font style.
|
void |
Title.setFontStyle(FontStyle fontStyle)
Sets the font style for title, follows CSS font-style options (i.e.
|
void |
RadialPointLabels.setFontStyle(FontStyle fontStyle)
Sets the font style for the tick labels, follows CSS font-style options (i.e.
|
void |
LegendLabels.setFontStyle(FontStyle fontStyle)
Sets the font style for the label, follows CSS font-style options (i.e.
|
void |
CartesianScaleLabel.setFontStyle(FontStyle fontStyle)
Sets the font style for the scale label, follows CSS font-style options (i.e.
|
void |
Tooltips.setFooterFontStyle(FontStyle footerFontStyle)
Sets the footer font style.
|
void |
Tooltips.setTitleFontStyle(FontStyle titleFontStyle)
Sets the title font style.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
Font.getStyle()
Returns the font style, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
DataLabelsOptionsBuilder |
DataLabelsOptionsBuilder.setFontStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
void |
Font.setStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
IsDefaultTooltips.getBodyFontStyle()
Returns the body font style.
|
FontStyle |
IsDefaultOptions.getDefaultFontStyle()
Returns the font style to use in the chart, on all objects, if not override by the specific configuration.
|
FontStyle |
IsDefaultFontItem.getFontStyle()
Returns the font style, follows CSS font-style options (i.e.
|
FontStyle |
IsDefaultTooltips.getFooterFontStyle()
Returns the footer font style.
|
FontStyle |
IsDefaultTooltips.getTitleFontStyle()
Returns the title font style.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
DefaultChartTooltips.getBodyFontStyle() |
FontStyle |
DefaultChartOptions.getDefaultFontStyle() |
FontStyle |
DefaultChartTitle.getFontStyle() |
FontStyle |
DefaultChartTicks.getFontStyle() |
FontStyle |
DefaultChartScaleLabel.getFontStyle() |
FontStyle |
DefaultChartPointLabels.getFontStyle() |
FontStyle |
DefaultChartLegendLabels.getFontStyle() |
FontStyle |
DefaultChartTooltips.getFooterFontStyle() |
FontStyle |
DefaultChartTooltips.getTitleFontStyle() |
Modifier and Type | Method and Description |
---|---|
FontStyle |
DefaultTooltips.getBodyFontStyle() |
FontStyle |
DefaultOptions.getDefaultFontStyle() |
FontStyle |
DefaultTitle.getFontStyle() |
FontStyle |
DefaultTooltips.getFooterFontStyle() |
FontStyle |
DefaultTooltips.getTitleFontStyle() |
Modifier and Type | Method and Description |
---|---|
static FontStyle |
FontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontStyle[] |
FontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
MeterOptions.getFontStyle()
Returns the font style to apply to the display of value.
|
Modifier and Type | Method and Description |
---|---|
void |
MeterOptions.setFontStyle(FontStyle fontStyle)
Sets the font style to apply to the display of value.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
ClearSelection.getFontStyle()
Returns the font style, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
DatasetsItemsSelectorOptionsBuilder |
DatasetsItemsSelectorOptionsBuilder.setFontStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
void |
ClearSelection.setFontStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
TooltipModel.getBodyFontStyle()
Returns the font style of the tooltip body section.
|
FontStyle |
TooltipModel.getFooterFontStyle()
Returns the font style of the tooltip footer section.
|
FontStyle |
TooltipModel.getTitleFontStyle()
Returns the font style of the tooltip title section.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
LabelsOptions.getFontStyle()
Returns the font style.
|
Modifier and Type | Method and Description |
---|---|
LabelsOptionsBuilder |
LabelsOptionsBuilder.setFontStyle(FontStyle fontStyle)
Sets the font style.
|
void |
LabelsOptions.setFontStyle(FontStyle fontStyle)
Sets the font style.
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
Tooltips.getBodyFontStyle()
Returns the body font style.
|
FontStyle |
Options.getDefaultFontStyle()
Returns the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-style options (i.e.
|
default FontStyle |
HasFont.getFontStyle()
Returns the font style, follows CSS font-style options (i.e.
|
FontStyle |
Fonter.getFontStyle()
Returns the font style, follows CSS font-style options (i.e.
|
FontStyle |
Tooltips.getFooterFontStyle()
Returns the footer font style.
|
FontStyle |
Tooltips.getTitleFontStyle()
Returns the title font style.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setBodyFontStyle(FontStyle bodyFontStyle)
Sets the body font style.
|
void |
Options.setDefaultFontStyle(FontStyle fontStyle)
Sets the font style to use in the chart, on all objects, if not override by the specific configuration, follows CSS
font-style options (i.e.
|
default void |
HasFont.setFontStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
void |
Fonter.setFontStyle(FontStyle fontStyle)
Sets the font style, follows CSS font-style options (i.e.
|
void |
Tooltips.setFooterFontStyle(FontStyle footerFontStyle)
Sets the footer font style.
|
void |
Tooltips.setTitleFontStyle(FontStyle titleFontStyle)
Sets the title font style.
|
Modifier and Type | Method and Description |
---|---|
static String |
Utilities.toFont(FontStyle style,
int size,
String family)
Builds the font string (shorthand property of CSS font) to use in the canvas object.
The format is [font-style] [font-variant] [font-weight] [font-size] [font-family]. See here CSS specification. |