com.alee.extended.colorchooser
Class WebGradientColorChooserStyle

java.lang.Object
  extended by com.alee.extended.colorchooser.WebGradientColorChooserStyle

public final class WebGradientColorChooserStyle
extends java.lang.Object

User: mgarin Date: 23.11.12 Time: 19:10


Field Summary
static java.awt.Color foreground
          Default labels foreground
static java.awt.Dimension gripperSize
          Default gripper size
static java.awt.Font labelsFont
          Default labels font
static int lineWidth
          Default chooser line width
static java.awt.Insets margin
          Default chooser margin
static boolean paintLabels
          Should draw labels by default
static int shadeWidth
          Decoration shade width
 
Constructor Summary
WebGradientColorChooserStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shadeWidth

public static int shadeWidth
Decoration shade width


lineWidth

public static int lineWidth
Default chooser line width


gripperSize

public static java.awt.Dimension gripperSize
Default gripper size


margin

public static java.awt.Insets margin
Default chooser margin


paintLabels

public static boolean paintLabels
Should draw labels by default


labelsFont

public static java.awt.Font labelsFont
Default labels font


foreground

public static java.awt.Color foreground
Default labels foreground

Constructor Detail

WebGradientColorChooserStyle

public WebGradientColorChooserStyle()