Uses of Class
com.vaadin.flow.component.charts.model.LegendTitle
-
Packages that use LegendTitle Package Description com.vaadin.flow.component.charts.model com.vaadin.flow.component.charts.model.serializers -
-
Uses of LegendTitle in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return LegendTitle Modifier and Type Method Description LegendTitle
Legend. getTitle()
Methods in com.vaadin.flow.component.charts.model with parameters of type LegendTitle Modifier and Type Method Description void
Legend. setTitle(LegendTitle title)
A title to be added on top of the legend. -
Uses of LegendTitle in com.vaadin.flow.component.charts.model.serializers
Methods in com.vaadin.flow.component.charts.model.serializers that return types with arguments of type LegendTitle Modifier and Type Method Description Class<LegendTitle>
LegendTitleBeanSerializer. getBeanClass()
Methods in com.vaadin.flow.component.charts.model.serializers with parameters of type LegendTitle Modifier and Type Method Description void
LegendTitleBeanSerializer. serialize(LegendTitle bean, BeanSerializerDelegator<LegendTitle> serializer, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
Method parameters in com.vaadin.flow.component.charts.model.serializers with type arguments of type LegendTitle Modifier and Type Method Description void
LegendTitleBeanSerializer. serialize(LegendTitle bean, BeanSerializerDelegator<LegendTitle> serializer, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-