com.alee.laf.tooltip
Class WebTooltipStyle

java.lang.Object
  extended by com.alee.laf.tooltip.WebTooltipStyle

public final class WebTooltipStyle
extends java.lang.Object

WebTooltip style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color backgroundColor
          Tooltip background color.
static java.awt.Insets contentMargin
          Tooltip content margin.
static int round
          Decoration rounding.
static java.awt.Color textColor
          Tooltip text color.
static float trasparency
          Tooltip background trasparency.
 
Constructor Summary
WebTooltipStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textColor

public static java.awt.Color textColor
Tooltip text color.


backgroundColor

public static java.awt.Color backgroundColor
Tooltip background color.


trasparency

public static float trasparency
Tooltip background trasparency.


contentMargin

public static java.awt.Insets contentMargin
Tooltip content margin.


round

public static int round
Decoration rounding.

Constructor Detail

WebTooltipStyle

public WebTooltipStyle()