Uses of Class
com.vaadin.flow.component.charts.model.style.GradientColor
-
Packages that use GradientColor Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of GradientColor in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return GradientColor Modifier and Type Method Description static GradientColorGradientColor. createLinear(double startX, double startY, double endX, double endY)Creates a new linear gradient between two given points.static GradientColorGradientColor. createRadial(double centerX, double centerY, double radius)Creates a radial gradient color at a specified point with the given radius.
-