net.infonode.tabbedpanel.theme
public class SoftBlueIceTheme extends TabbedPanelTitledTabTheme
Since: ITP 1.2.0
Version: $Revision: 1.17 $
| Field Summary | |
|---|---|
| static FixedColorProvider | DEFAULT_DARK_COLOR |
| static FixedColorProvider | DEFAULT_LIGHT_COLOR |
| Constructor Summary | |
|---|---|
| SoftBlueIceTheme()
Creates a theme with default colors and rounded corners. | |
| SoftBlueIceTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType)
Constructor.
| |
| Method Summary | |
|---|---|
| ColorProvider | getDarkColor()
Returns the dark gradient color.
|
| ColorProvider | getLightColor()
Returns the light gradient color.
|
| String | getName() |
| TabbedPanelProperties | getTabbedPanelProperties() |
| TitledTabProperties | getTitledTabProperties() |
Parameters: darkColor the dark color used in gradients lightColor the light color used in gradients cornerType the amount of rounding to use for corners, 0-4
Returns: the dark gradient color
Returns: the light gradient color