|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.managers.tooltip.WebCustomTooltipStyle
public final class WebCustomTooltipStyle
WebCustomTooltip style class.
Field Summary | |
---|---|
static java.awt.Color |
borderColor
Tooltip border color. |
static java.awt.Color |
bottomBgColor
Tooltip bottom background color. |
static int |
contentSpacing
Spacing between tooltip border and tooltip content. |
static int |
cornerLength
Tooltip "corner" element length. |
static int |
cornerSideX
Tooltip "corner" element side width. |
static boolean |
defaultCloseBehavior
Whether tooltip should use default close behavior () or allow user to define his own close behavior. |
static TooltipWay |
displayWay
Default tooltip display way. |
static int |
fadeFps
Frames per second in tooltip fade animation. |
static long |
fadeTime
Time in milliseconds that tooltip takes to fade in or fade out. |
static java.awt.Color |
hotkeyColor
Hotkey text color. |
static int |
hotkeyLocation
Hotkey location inside the tooltip. |
static int |
leftRightSpacing
Additional left and right sides content spacing. |
static int |
round
Tooltip corners rounding. |
static java.awt.Color |
shadeColor
Decoration shade color. |
static ShadeType |
shadeType
Decoration shade type. |
static int |
shadeWidth
Decoration shade width. |
static boolean |
showHotkey
Whether to show component hotkeys information at the right side of the tooltip or not. |
static java.awt.Color |
textColor
Tooltip text color. |
static java.awt.Color |
topBgColor
Tooltip top background color. |
static float |
trasparency
Tooltip background trasparency. |
static int |
windowSideSpacing
Minimal spacing between window edge and tooltip. |
Constructor Summary | |
---|---|
WebCustomTooltipStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int fadeFps
public static long fadeTime
public static int cornerLength
public static int cornerSideX
public static TooltipWay displayWay
public static boolean showHotkey
public static int hotkeyLocation
public static boolean defaultCloseBehavior
public static int contentSpacing
public static int leftRightSpacing
public static int windowSideSpacing
public static int round
public static ShadeType shadeType
public static int shadeWidth
public static java.awt.Color shadeColor
public static java.awt.Color borderColor
public static java.awt.Color topBgColor
public static java.awt.Color bottomBgColor
public static java.awt.Color textColor
public static java.awt.Color hotkeyColor
public static float trasparency
Constructor Detail |
---|
public WebCustomTooltipStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |