Uses of Class
com.vaadin.flow.component.charts.model.Stop
-
Packages that use Stop Package Description com.vaadin.flow.component.charts.model com.vaadin.flow.component.charts.model.serializers -
-
Uses of Stop in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Stop Modifier and Type Method Description Stop[]
YAxis. getStops()
Methods in com.vaadin.flow.component.charts.model with parameters of type Stop Modifier and Type Method Description void
YAxis. addStop(Stop stop)
Adds stop to the stops arrayvoid
YAxis. removeStop(Stop stop)
Removes first occurrence of stop in stops arrayvoid
YAxis. setStops(Stop... stops)
-
Uses of Stop in com.vaadin.flow.component.charts.model.serializers
Methods in com.vaadin.flow.component.charts.model.serializers with parameters of type Stop Modifier and Type Method Description void
StopSerializer. serialize(Stop value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-