java.lang.Object
com.orchestranetworks.addon.dmdv.model.extension.TooltipStyle

public final class TooltipStyle extends Object
Provides configuration options for tooltip style.
Since:
1.0.0
  • Constructor Details

    • TooltipStyle

      public TooltipStyle()
      Creates the default configuration.
    • TooltipStyle

      public TooltipStyle(String textColor, String background, String border)
      Creates a custom configuration.
      Parameters:
      textColor - a color in hex
      background - a color in hex
      border - a color in hex
  • Method Details

    • getTextColor

      public String getTextColor()
      Returns text color in hex.
    • setTextColor

      public void setTextColor(String textColor)
      Sets text color.
      Parameters:
      textColor - a color in hex
    • getBackground

      public String getBackground()
      Returns the background color in hex.
    • setBackground

      public void setBackground(String background)
      Sets the background color.
      Parameters:
      background - a color in hex
    • getBorder

      public String getBorder()
      Returns the border color in hex.
    • setBorder

      public void setBorder(String border)
      Sets the border color.
      Parameters:
      border - a color in hex