Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
HtmlLegendTitleCallback |
HtmlLegendOptions.getLegendTitleCallback()
Returns the callback which can be implemented to change the text of legend's title, as HTML.
|
Modifier and Type | Method and Description |
---|---|
HtmlLegendOptionsBuilder |
HtmlLegendOptionsBuilder.setLegendTitleCallback(HtmlLegendTitleCallback legendTitleCallback)
Sets the callback which can be implemented to change the text of legend's title, as HTML.
|
void |
HtmlLegendOptions.setLegendTitleCallback(HtmlLegendTitleCallback legendTitleCallback)
Sets the callback which can be implemented to change the text of legend's title, as HTML.
|