public class LegendTitle extends AbstractConfigurationObject
Constructor and Description |
---|
LegendTitle() |
LegendTitle(String text) |
Modifier and Type | Method and Description |
---|---|
Style |
getStyle() |
String |
getText() |
void |
setStyle(Style style)
Generic CSS styles for the legend title.
|
void |
setText(String text)
A text or HTML string for the title.
|
public LegendTitle()
public LegendTitle(String text)
public Style getStyle()
setStyle(Style)
public void setStyle(Style style)
Defaults to: {"fontWeight":"bold"}
public String getText()
setText(String)
public void setText(String text)
Defaults to: null
Copyright © 2021. All rights reserved.