com.alee.laf.scroll
Class WebScrollPaneStyle

java.lang.Object
  extended by com.alee.laf.scroll.WebScrollPaneStyle

public final class WebScrollPaneStyle
extends java.lang.Object

User: mgarin Date: 11/15/11 Time: 4:51 PM


Field Summary
static java.awt.Color borderColor
          Border color
static java.awt.Color darkBorder
          Dark border color
static boolean drawBackground
          Draw background
static boolean drawBorder
          Draw border
static boolean drawFocus
          Draw focus when ancestor of focused component
static java.awt.Insets margin
          Default scroll pane margin
static int round
          Decoration rounding
static int shadeWidth
          Decoration shade width
 
Constructor Summary
WebScrollPaneStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

borderColor

public static java.awt.Color borderColor
Border color


darkBorder

public static java.awt.Color darkBorder
Dark border color


drawBorder

public static boolean drawBorder
Draw border


round

public static int round
Decoration rounding


shadeWidth

public static int shadeWidth
Decoration shade width


margin

public static java.awt.Insets margin
Default scroll pane margin


drawFocus

public static boolean drawFocus
Draw focus when ancestor of focused component


drawBackground

public static boolean drawBackground
Draw background

Constructor Detail

WebScrollPaneStyle

public WebScrollPaneStyle()