public class CSSObject extends BaseOption
Maps to the Highcharts CSSObject and Highcharts.CSSObject data types.
Example: chart.style
ref: https://api.highcharts.com/highcharts/chart.style
Constructor and Description |
---|
CSSObject() |
CSSObject(String cssValue)
Contruct with a CSS Javascript value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
_isOptionNull(String option) |
Color |
getColor()
Color used in the element.
|
String |
getCssValue()
Get the the CSS Javascript value.
|
String |
getRawValue()
Get raw CSS Javascript Value.
|
CSSObject |
setColor(Color color)
Color used in the element.
|
CSSObject |
setCssValue(String cssValue)
Set the CSS Javascript value.
|
set_hcNulledOption
public static final CSSObject NULL
public CSSObject()
public CSSObject(String cssValue)
cssValue
- the cssobject Javascript value.public String getRawValue()
public CSSObject setCssValue(String cssValue)
cssValue
- the css Javascript value.public String getCssValue()
public Color getColor()
public CSSObject setColor(Color color)
color
- the value for the color optionpublic boolean _isOptionNull(String option)
option
- the option to test is nullCopyright © 2022. All rights reserved.