|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.laf.button.WebButtonStyle
public final class WebButtonStyle
WebButton style class.
Field Summary | |
---|---|
static boolean |
animate
Whether should animate button transitions. |
static java.awt.Color |
bottomBgColor
Bottom background color. |
static java.awt.Color |
bottomSelectedBgColor
Bottom selected background color. |
static boolean |
drawFocus
Whether should draw button focus or not. |
static boolean |
drawShade
Whether should draw shade or not. |
static int |
iconLeftRightSpacing
Left and right icon button content spacing. |
static int |
iconRound
Icon button corners rounding. |
static java.awt.Color |
innerShadeColor
Inner shade color. |
static int |
innerShadeWidth
Inner shade width. |
static int |
leftRightSpacing
Left and right button content spacing. |
static java.awt.Insets |
margin
Button margin. |
static boolean |
moveIconOnPress
Whether should move button icon a bit when button is pressed or not. |
static Painter |
painter
Button painter. |
static boolean |
rolloverDarkBorderOnly
Whether should draw dark border on rollover only or not. |
static boolean |
rolloverDecoratedOnly
Whether should draw button decoration on rollover only or not. |
static boolean |
rolloverShadeOnly
Whether should draw shade on rollover only or not. |
static boolean |
rolloverShine
Whether should draw rollover shine or not. |
static int |
round
Button corners rounding. |
static java.awt.Color |
selectedForeground
Selected button foreground. |
static java.awt.Color |
shadeColor
Shade color. |
static boolean |
shadeToggleIcon
Whether should make unselected toggle button icon semi-transparent or not. |
static float |
shadeToggleIconTransparency
Unselected toggle button icon transparency. |
static int |
shadeWidth
Button shade width. |
static java.awt.Color |
shineColor
Rollover shine color. |
static boolean |
showDisabledShade
Whether should draw shade when button is disabled or not. |
static java.awt.Color |
topBgColor
Top background color. |
static java.awt.Color |
topSelectedBgColor
Top selected background color. |
static boolean |
undecorated
Whether should undecorate button or not. |
Constructor Summary | |
---|---|
WebButtonStyle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.awt.Color topBgColor
public static java.awt.Color bottomBgColor
public static java.awt.Color topSelectedBgColor
public static java.awt.Color bottomSelectedBgColor
public static java.awt.Color selectedForeground
public static boolean rolloverShine
public static java.awt.Color shineColor
public static boolean rolloverDarkBorderOnly
public static boolean drawShade
public static boolean rolloverShadeOnly
public static boolean showDisabledShade
public static int round
public static int iconRound
public static int shadeWidth
public static java.awt.Insets margin
public static java.awt.Color shadeColor
public static int innerShadeWidth
public static java.awt.Color innerShadeColor
public static int leftRightSpacing
public static int iconLeftRightSpacing
public static boolean shadeToggleIcon
public static float shadeToggleIconTransparency
public static boolean drawFocus
public static boolean rolloverDecoratedOnly
public static boolean animate
public static boolean undecorated
public static Painter painter
public static boolean moveIconOnPress
Constructor Detail |
---|
public WebButtonStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |