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