com.alee.managers.style.skin.web
Class WebPopupPainterStyle

java.lang.Object
  extended by com.alee.managers.style.skin.web.WebPopupPainterStyle

public final class WebPopupPainterStyle
extends java.lang.Object

Author:
Mikle Garin

Field Summary
static java.awt.Color borderColor
          Popup border color.
static int cornerWidth
          Popup dropdown style corner width.
static PopupStyle popupStyle
          Popup style.
static int round
          Popup corners rounding.
static float shadeTransparency
          Popup shade transparency.
static int shadeWidth
          Popup shade width.
static float transparency
          Popup background transparency.
 
Constructor Summary
WebPopupPainterStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popupStyle

public static PopupStyle popupStyle
Popup style.


borderColor

public static java.awt.Color borderColor
Popup border color.


round

public static int round
Popup corners rounding.


shadeWidth

public static int shadeWidth
Popup shade width.


shadeTransparency

public static float shadeTransparency
Popup shade transparency.


cornerWidth

public static int cornerWidth
Popup dropdown style corner width. Should not be larger than shade width in current implementation.


transparency

public static float transparency
Popup background transparency.

Constructor Detail

WebPopupPainterStyle

public WebPopupPainterStyle()