public class SoftBlueIceTheme extends TabbedPanelTitledTabTheme
| Modifier and Type | Field and Description |
|---|---|
static FixedColorProvider |
DEFAULT_DARK_COLOR |
static FixedColorProvider |
DEFAULT_LIGHT_COLOR |
| Constructor and Description |
|---|
SoftBlueIceTheme()
Creates a theme with default colors and rounded corners.
|
SoftBlueIceTheme(ColorProvider darkColor,
ColorProvider lightColor,
int cornerType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ColorProvider |
getDarkColor()
Returns the dark gradient color.
|
ColorProvider |
getLightColor()
Returns the light gradient color.
|
java.lang.String |
getName()
Gets the name for this theme
|
TabbedPanelProperties |
getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme
|
TitledTabProperties |
getTitledTabProperties()
Gets the TitledTabProperties for this theme
|
public static final FixedColorProvider DEFAULT_DARK_COLOR
public static final FixedColorProvider DEFAULT_LIGHT_COLOR
public SoftBlueIceTheme()
public SoftBlueIceTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType)
darkColor - the dark color used in gradientslightColor - the light color used in gradientscornerType - the amount of rounding to use for corners, 0-4public java.lang.String getName()
TabbedPanelTitledTabThemegetName in class TabbedPanelTitledTabThemepublic TabbedPanelProperties getTabbedPanelProperties()
TabbedPanelTitledTabThemegetTabbedPanelProperties in class TabbedPanelTitledTabThemepublic TitledTabProperties getTitledTabProperties()
TabbedPanelTitledTabThemegetTitledTabProperties in class TabbedPanelTitledTabThemepublic ColorProvider getDarkColor()
public ColorProvider getLightColor()