com.alee.global
Class StyleConstants

java.lang.Object
  extended by com.alee.global.StyleConstants

public class StyleConstants
extends java.lang.Object

Global styles class. Most of the styles listed here are used within other style classes.

Author:
Mikle Garin

Field Summary
static int ALPHA_RECT_SIZE
          Alpha-background settings.
static boolean animate
          Components animation settings.
static long animationDelay
           
static java.awt.Color averageBorderColor
           
static long avgAnimationDelay
           
static java.awt.Color backgroundColor
           
static int bigRound
           
static java.awt.Color blueHighlight
           
static java.awt.Color borderColor
           
static int borderWidth
           
static java.awt.Color bottomBgColor
           
static java.awt.Color bottomFocusedBgColor
           
static java.awt.Color bottomLightSelectedBgColor
           
static java.awt.Color bottomSelectedBgColor
           
static int contentSpacing
           
static java.awt.Color DARK_ALPHA
           
static java.awt.Color darkBackgroundColor
           
static java.awt.Color darkBorderColor
           
static java.awt.Font DEBUG_FONT
          Debug option.
static java.text.NumberFormat DEBUG_FORMAT
           
static int decorationRound
           
static java.util.Map defaultTextRenderingHints
          Default text rendering hints.
static java.awt.Color disabledBorderColor
           
static float disabledIconsTransparency
          Disabled component icons transparency.
static java.awt.Color disabledInfoTextColor
           
static java.awt.Color disabledTextColor
           
static boolean drawBorder
          Components border settings.
static boolean drawFocus
          Components focus settings.
static boolean drawShade
           
static javax.swing.ImageIcon EMPTY_ICON
          Empty 16x16 icon.
static java.awt.Insets emptyMargin
           
static long fastAnimationDelay
           
static java.awt.Color fieldFocusColor
           
static java.awt.Stroke fieldFocusStroke
           
static java.awt.Color focusColor
           
static java.awt.Stroke focusStroke
           
static FocusType focusType
           
static float fullyTransparent
          Components opacity settings.
static java.awt.Color greenHighlight
           
static java.awt.Stroke guidelinesStroke
          Nine-patch editor settings.
static boolean highlightControlButtons
          Contol buttons highlight settings.
static javax.swing.ImageIcon htmlMissingIcon
           
static javax.swing.ImageIcon htmlPendingIcon
          HTML renderer icons.
static java.awt.Color infoTextColor
           
static java.awt.Color innerBorderColor
           
static java.awt.Color innerShadeColor
           
static int innerShadeWidth
           
static int largeContentSpacing
           
static int largeLeftRightSpacing
           
static int largeRound
           
static int leftRightSpacing
           
static java.awt.Color LIGHT_ALPHA
           
static long maxAnimationDelay
           
static int mediumContentSpacing
           
static int mediumRound
           
static float mediumTransparent
           
static java.awt.Color menuSelectionColor
          Menu settings.
static float opaque
           
static java.awt.Color redHighlight
          Highlight colors constants.
static boolean rolloverDarkBorderOnly
           
static boolean rolloverDecoratedOnly
          Components decoration settings.
static java.awt.Color rolloverMenuBorderColor
           
static boolean rolloverShadeOnly
          Components shade settings.
static java.awt.Color selectedBgColor
           
static java.awt.Color selectedTextColor
           
static java.lang.String SEPARATOR
          System text separator.
static java.awt.Color separatorColor
           
static java.awt.Color separatorLightColor
           
static java.awt.Color separatorLightUpperColor
          Separator settings.
static java.awt.Color separatorUpperColor
           
static java.awt.Color shadeColor
           
static boolean shadeToggleIcon
          Toggle icon transparency settings.
static float shadeToggleIconTransparency
           
static ShadeType shadeType
          Components shade painting style.
static int shadeWidth
           
static java.awt.Color shineColor
           
static boolean showDisabledShade
           
static boolean showHiddenFiles
          Show hidden files in choosers.
static float simpleShadeTransparency
           
static float slightlyTransparent
           
static int smallContentSpacing
           
static int smallLeftRightSpacing
          Components content spacing.
static int smallRound
          Components corners rounding settings.
static int spacing
          Container components settings.
static java.awt.Color textColor
           
static java.util.Map textRenderingHints
          Text rendering hints.
static java.awt.Color textSelectionColor
          Components text settings.
static java.awt.Color tooltipTextColor
           
static java.awt.Color topBgColor
          Components background settings
static java.awt.Color topDarkBgColor
           
static java.awt.Color topFocusedBgColor
           
static java.awt.Color topSelectedBgColor
           
static java.awt.Color transparent
          Transparent color constant.
static java.awt.Color transparentFieldFocusColor
           
static boolean undecorated
           
static java.awt.Color yellowHighlight
           
 
Constructor Summary
StyleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final java.lang.String SEPARATOR
System text separator.

See Also:
Constant Field Values

EMPTY_ICON

public static final javax.swing.ImageIcon EMPTY_ICON
Empty 16x16 icon.


transparent

public static final java.awt.Color transparent
Transparent color constant.


redHighlight

public static final java.awt.Color redHighlight
Highlight colors constants.


greenHighlight

public static final java.awt.Color greenHighlight

blueHighlight

public static final java.awt.Color blueHighlight

yellowHighlight

public static final java.awt.Color yellowHighlight

shadeType

public static ShadeType shadeType
Components shade painting style.


simpleShadeTransparency

public static float simpleShadeTransparency

disabledIconsTransparency

public static float disabledIconsTransparency
Disabled component icons transparency.


ALPHA_RECT_SIZE

public static int ALPHA_RECT_SIZE
Alpha-background settings.


DARK_ALPHA

public static java.awt.Color DARK_ALPHA

LIGHT_ALPHA

public static java.awt.Color LIGHT_ALPHA

showHiddenFiles

public static boolean showHiddenFiles
Show hidden files in choosers.


animate

public static boolean animate
Components animation settings.


animationDelay

public static long animationDelay

avgAnimationDelay

public static long avgAnimationDelay

fastAnimationDelay

public static long fastAnimationDelay

maxAnimationDelay

public static long maxAnimationDelay

drawBorder

public static boolean drawBorder
Components border settings.


rolloverDarkBorderOnly

public static boolean rolloverDarkBorderOnly

borderWidth

public static int borderWidth

borderColor

public static java.awt.Color borderColor

innerBorderColor

public static java.awt.Color innerBorderColor

darkBorderColor

public static java.awt.Color darkBorderColor

averageBorderColor

public static java.awt.Color averageBorderColor

disabledBorderColor

public static java.awt.Color disabledBorderColor

drawFocus

public static boolean drawFocus
Components focus settings.


focusColor

public static java.awt.Color focusColor

fieldFocusColor

public static java.awt.Color fieldFocusColor

transparentFieldFocusColor

public static java.awt.Color transparentFieldFocusColor

focusType

public static FocusType focusType

fieldFocusStroke

public static java.awt.Stroke fieldFocusStroke

focusStroke

public static java.awt.Stroke focusStroke

shadeToggleIcon

public static boolean shadeToggleIcon
Toggle icon transparency settings.


shadeToggleIconTransparency

public static float shadeToggleIconTransparency

highlightControlButtons

public static boolean highlightControlButtons
Contol buttons highlight settings.


rolloverDecoratedOnly

public static boolean rolloverDecoratedOnly
Components decoration settings.


undecorated

public static boolean undecorated

smallRound

public static int smallRound
Components corners rounding settings.


mediumRound

public static int mediumRound

bigRound

public static int bigRound

largeRound

public static int largeRound

decorationRound

public static int decorationRound

rolloverShadeOnly

public static boolean rolloverShadeOnly
Components shade settings.


showDisabledShade

public static boolean showDisabledShade

drawShade

public static boolean drawShade

shadeWidth

public static int shadeWidth

innerShadeWidth

public static int innerShadeWidth

shadeColor

public static java.awt.Color shadeColor

innerShadeColor

public static java.awt.Color innerShadeColor

fullyTransparent

public static float fullyTransparent
Components opacity settings.


mediumTransparent

public static float mediumTransparent

slightlyTransparent

public static float slightlyTransparent

opaque

public static float opaque

smallLeftRightSpacing

public static int smallLeftRightSpacing
Components content spacing.


leftRightSpacing

public static int leftRightSpacing

largeLeftRightSpacing

public static int largeLeftRightSpacing

emptyMargin

public static java.awt.Insets emptyMargin

spacing

public static int spacing
Container components settings.


smallContentSpacing

public static int smallContentSpacing

contentSpacing

public static int contentSpacing

mediumContentSpacing

public static int mediumContentSpacing

largeContentSpacing

public static int largeContentSpacing

backgroundColor

public static java.awt.Color backgroundColor

darkBackgroundColor

public static java.awt.Color darkBackgroundColor

textSelectionColor

public static java.awt.Color textSelectionColor
Components text settings.


textColor

public static java.awt.Color textColor

selectedTextColor

public static java.awt.Color selectedTextColor

disabledTextColor

public static java.awt.Color disabledTextColor

infoTextColor

public static java.awt.Color infoTextColor

disabledInfoTextColor

public static java.awt.Color disabledInfoTextColor

tooltipTextColor

public static java.awt.Color tooltipTextColor

defaultTextRenderingHints

public static java.util.Map defaultTextRenderingHints
Default text rendering hints.


textRenderingHints

public static java.util.Map textRenderingHints
Text rendering hints.


topBgColor

public static java.awt.Color topBgColor
Components background settings


topDarkBgColor

public static java.awt.Color topDarkBgColor

bottomBgColor

public static java.awt.Color bottomBgColor

topFocusedBgColor

public static java.awt.Color topFocusedBgColor

bottomFocusedBgColor

public static java.awt.Color bottomFocusedBgColor

selectedBgColor

public static java.awt.Color selectedBgColor

topSelectedBgColor

public static java.awt.Color topSelectedBgColor

bottomSelectedBgColor

public static java.awt.Color bottomSelectedBgColor

bottomLightSelectedBgColor

public static java.awt.Color bottomLightSelectedBgColor

shineColor

public static java.awt.Color shineColor

menuSelectionColor

public static java.awt.Color menuSelectionColor
Menu settings.


rolloverMenuBorderColor

public static java.awt.Color rolloverMenuBorderColor

separatorLightUpperColor

public static java.awt.Color separatorLightUpperColor
Separator settings.


separatorLightColor

public static java.awt.Color separatorLightColor

separatorUpperColor

public static java.awt.Color separatorUpperColor

separatorColor

public static java.awt.Color separatorColor

guidelinesStroke

public static java.awt.Stroke guidelinesStroke
Nine-patch editor settings.


htmlPendingIcon

public static javax.swing.ImageIcon htmlPendingIcon
HTML renderer icons.


htmlMissingIcon

public static javax.swing.ImageIcon htmlMissingIcon

DEBUG_FONT

public static java.awt.Font DEBUG_FONT
Debug option.


DEBUG_FORMAT

public static java.text.NumberFormat DEBUG_FORMAT
Constructor Detail

StyleConstants

public StyleConstants()