Class LinkStyle
java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.LinkStyle
Provides configurations for link style.
- Since:
 - 1.0.0
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
LinkStyle
public LinkStyle()Creates a link style instance with a default value. - 
LinkStyle
Creates custom configurations for link style.- Parameters:
 labelColor- a color in hexlinkColor- a color in hex
 
 - 
 - 
Method Details
- 
getLabel
Returns the label color in hex. - 
setLabel
Sets the label color.- Parameters:
 labelColor- a color in hex
 - 
getColor
Returns the link color in hex. - 
setColor
Sets the link color.- Parameters:
 linkColor- a color in hex
 
 -