Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
LabelStyle |
HTMLLabels.getStyle() |
LabelStyle |
HTMLLabelItem.getStyle() |
Modifier and Type | Method and Description |
---|---|
void |
HTMLLabels.setStyle(LabelStyle style)
Sets the CSS style shared for all the labels.
|
void |
HTMLLabelItem.setStyle(LabelStyle style)
Sets the CSS style for the label.
|
Constructor and Description |
---|
HTMLLabelItem(String html,
LabelStyle style)
Constructs a HTMLLabelItem with the given HTML content and style
|
HTMLLabels(LabelStyle style,
HTMLLabelItem... items)
Constructs a HTMLLabels instance with a style shared for all the labels
and the given label items
|
Copyright © 2025. All rights reserved.