net.infonode.tabbedpanel.theme

Class SoftBlueIceTheme

public class SoftBlueIceTheme extends TabbedPanelTitledTabTheme

A light blue theme with gradients and rounded corners.

Since: ITP 1.2.0

Version: $Revision: 1.17 $

Author: $Author: jesper $

Field Summary
static FixedColorProviderDEFAULT_DARK_COLOR
static FixedColorProviderDEFAULT_LIGHT_COLOR
Constructor Summary
SoftBlueIceTheme()
Creates a theme with default colors and rounded corners.
SoftBlueIceTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType)
Constructor.
Method Summary
ColorProvidergetDarkColor()
Returns the dark gradient color.
ColorProvidergetLightColor()
Returns the light gradient color.
StringgetName()
TabbedPanelPropertiesgetTabbedPanelProperties()
TitledTabPropertiesgetTitledTabProperties()

Field Detail

DEFAULT_DARK_COLOR

public static final FixedColorProvider DEFAULT_DARK_COLOR

DEFAULT_LIGHT_COLOR

public static final FixedColorProvider DEFAULT_LIGHT_COLOR

Constructor Detail

SoftBlueIceTheme

public SoftBlueIceTheme()
Creates a theme with default colors and rounded corners.

SoftBlueIceTheme

public SoftBlueIceTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType)
Constructor.

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

Method Detail

getDarkColor

public ColorProvider getDarkColor()
Returns the dark gradient color.

Returns: the dark gradient color

getLightColor

public ColorProvider getLightColor()
Returns the light gradient color.

Returns: the light gradient color

getName

public String getName()

getTabbedPanelProperties

public TabbedPanelProperties getTabbedPanelProperties()

getTitledTabProperties

public TitledTabProperties getTitledTabProperties()