Uses of Class
com.vaadin.flow.component.charts.model.style.GradientColor.Stop
-
Packages that use GradientColor.Stop Package Description com.vaadin.flow.component.charts.model.serializers com.vaadin.flow.component.charts.model.style -
-
Uses of GradientColor.Stop in com.vaadin.flow.component.charts.model.serializers
Methods in com.vaadin.flow.component.charts.model.serializers with parameters of type GradientColor.Stop Modifier and Type Method Description voidGradientColorStopsSerializer. serialize(GradientColor.Stop value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of GradientColor.Stop in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return types with arguments of type GradientColor.Stop Modifier and Type Method Description List<GradientColor.Stop>GradientColor. getStops()
-