| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model.style |
| Modifier and Type | Method and Description |
|---|---|
static GradientColor |
GradientColor.createLinear(double startX,
double startY,
double endX,
double endY)
Creates a new linear gradient between two given points.
|
static GradientColor |
GradientColor.createRadial(double centerX,
double centerY,
double radius)
Creates a radial gradient color at a specified point with the given
radius.
|
Copyright © 2024. All rights reserved.