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 voidYAxis. addStop(Stop stop)Adds stop to the stops arrayvoidYAxis. removeStop(Stop stop)Removes first occurrence of stop in stops arrayvoidYAxis. 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 voidStopSerializer. serialize(Stop value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-