public final class TooltipLabelColor extends NativeObjectContainer
Constructor and Description |
---|
TooltipLabelColor()
Creates the object with an empty native object
|
Modifier and Type | Method and Description |
---|---|
IsColor |
getBackgroundColor()
Returns the background color of the label.
|
String |
getBackgroundColorAsString()
Returns the background color of the label.
|
IsColor |
getBorderColor()
Returns the border color of the label.
|
String |
getBorderColorAsString()
Returns the border color of the label.
|
NativeObject |
getObject()
Wraps the protected method to get the java script object in order to consume it.
|
void |
setBackgroundColor(IsColor backgroundColor)
Sets background color
|
void |
setBackgroundColor(String backgroundColor)
Sets background color as string
|
void |
setBorderColor(IsColor borderColor)
Sets border color
|
void |
setBorderColor(String borderColor)
Sets border color as string
|
checkValue, empty, getArrayValue, getNativeChart, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public TooltipLabelColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor
- background colorpublic void setBackgroundColor(IsColor backgroundColor)
backgroundColor
- background colorpublic String getBackgroundColorAsString()
public IsColor getBackgroundColor()
public void setBorderColor(String borderColor)
borderColor
- border colorpublic void setBorderColor(IsColor borderColor)
borderColor
- border colorpublic String getBorderColorAsString()
public IsColor getBorderColor()
public NativeObject getObject()