Class LinkStyle
- java.lang.Object
-
- com.orchestranetworks.addon.dmdv.model.extension.LinkStyle
-
public final class LinkStyle extends java.lang.ObjectProvides configurations for link style.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColor()Returns the link color in hex.java.lang.StringgetLabel()Returns the label color in hex.voidsetColor(java.lang.String linkColor)Sets the link color.voidsetLabel(java.lang.String labelColor)Sets the label color.
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Returns the label color in hex.
-
setLabel
public void setLabel(java.lang.String labelColor)
Sets the label color.- Parameters:
labelColor- a color in hex
-
getColor
public java.lang.String getColor()
Returns the link color in hex.
-
setColor
public void setColor(java.lang.String linkColor)
Sets the link color.- Parameters:
linkColor- a color in hex
-
-