|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.window.WebPopOverStyle
public final class WebPopOverStyle
WebPopOver style class.
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 |
---|
public static boolean movable
public static PopOverSourcePoint popOverSourcePoint
public static java.awt.Color borderColor
public static java.awt.Color contentBackgroundColor
public static int round
public static int shadeWidth
public static float shadeTransparency
public static int cornerWidth
public static float transparency
Constructor Detail |
---|
public WebPopOverStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |