public class RadialGradient extends BaseOption
Radial color gradients.
ref: https://www.highcharts.com/docs/chart-design-and-style/colors
Modifier and Type | Field and Description |
---|---|
static RadialGradient |
NULL |
Constructor and Description |
---|
RadialGradient() |
RadialGradient(Number cx,
Number cy,
Number r)
Construct a radial gradient.
|
Modifier and Type | Method and Description |
---|---|
Number |
getCx()
Center horizontal position relative to the shape.
|
Number |
getCy()
Center vertical position relative to the shape.
|
Number |
getR()
Radius relative to the shape.
|
RadialGradient |
setCx(Number cx)
Center horizontal position relative to the shape.
|
RadialGradient |
setCy(Number cy)
Center vertical position relative to the shape.
|
RadialGradient |
setR(Number r)
Radius relative to the shape.
|
set_hcNulledOption
public static final RadialGradient NULL
public Number getCx()
public RadialGradient setCx(Number cx)
cx
- the value for the cx optionpublic Number getCy()
public RadialGradient setCy(Number cy)
cy
- the value for the cy optionpublic Number getR()
public RadialGradient setR(Number r)
r
- the value for the r optionCopyright © 2022. All rights reserved.