public final class WebTabbedPaneStyle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
bottomBg
Bottom tab color.
|
static java.awt.Insets |
contentInsets
Tab content margin.
|
static Painter |
painter
Empty pane Painter.
|
static boolean |
rotateTabInsets
Whether to rotate tab insets for different tab positions or not.
|
static int |
round
Decoration rounding.
|
static java.awt.Color |
selectedBottomBg
Bottom selected tab color.
|
static java.awt.Color |
selectedTopBg
Top selected tab color.
|
static int |
shadeWidth
Decoration shade width.
|
static TabbedPaneStyle |
tabbedPaneStyle
Tab content margin.
|
static java.awt.Insets |
tabInsets
Tab title margin.
|
static int |
tabOverlay
Tab runs overlay in pixels.
|
static int |
tabRunIndent
Left tab area spacing.
|
static TabStretchType |
tabStretchType
Tabs stretch type.
|
static java.awt.Color |
topBg
Top tab color.
|
| Constructor and Description |
|---|
WebTabbedPaneStyle() |
public static TabbedPaneStyle tabbedPaneStyle
public static java.awt.Color topBg
public static java.awt.Color bottomBg
public static java.awt.Color selectedTopBg
public static java.awt.Color selectedBottomBg
public static int round
public static int shadeWidth
public static boolean rotateTabInsets
public static java.awt.Insets contentInsets
public static java.awt.Insets tabInsets
public static Painter painter
public static int tabRunIndent
public static int tabOverlay
public static TabStretchType tabStretchType