com.alee.extended.window
Class WebPopOverStyle

java.lang.Object
  extended by com.alee.extended.window.WebPopOverStyle

public final class WebPopOverStyle
extends java.lang.Object

WebPopOver style class.

Author:
Mikle Garin

Field Summary
static java.awt.Color borderColor
          WebPopOver border color.
static java.awt.Color contentBackgroundColor
          WebPopOver background color.
static int cornerWidth
          WebPopOver dropdown style corner width.
static boolean movable
          Whether WebPopOver should be movable or not.
static PopOverSourcePoint popOverSourcePoint
          Default WebPopOver display source point.
static int round
          WebPopOver corners rounding.
static float shadeTransparency
          WebPopOver shade transparency.
static int shadeWidth
          WebPopOver shade width.
static float transparency
          WebPopOver background transparency.
 
Constructor Summary
WebPopOverStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

movable

public static boolean movable
Whether WebPopOver should be movable or not.


popOverSourcePoint

public static PopOverSourcePoint popOverSourcePoint
Default WebPopOver display source point.


borderColor

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


contentBackgroundColor

public static java.awt.Color contentBackgroundColor
WebPopOver background color.


round

public static int round
WebPopOver corners rounding.


shadeWidth

public static int shadeWidth
WebPopOver shade width.


shadeTransparency

public static float shadeTransparency
WebPopOver shade transparency.


cornerWidth

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


transparency

public static float transparency
WebPopOver background transparency.

Constructor Detail

WebPopOverStyle

public WebPopOverStyle()