public final class LinkStyle extends Object
| Constructor and Description |
|---|
LinkStyle()
Creates a link style instance with a default value.
|
LinkStyle(String labelColor,
String linkColor)
Creates custom configurations for link style.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Returns the link color in hex.
|
String |
getLabel()
Returns the label color in hex.
|
void |
setColor(String linkColor)
Sets the link color.
|
void |
setLabel(String labelColor)
Sets the label color.
|
public String getLabel()
public void setLabel(String labelColor)
labelColor - a color in hexpublic String getColor()
public void setColor(String linkColor)
linkColor - a color in hex