Package net.infonode.tabbedpanel.theme
Class SoftBlueIceTheme
java.lang.Object
net.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
net.infonode.tabbedpanel.theme.SoftBlueIceTheme
A light blue theme with gradients and rounded corners.
- Since:
- ITP 1.2.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a theme with default colors and rounded corners.SoftBlueIceTheme
(ColorProvider darkColor, ColorProvider lightColor, int cornerType) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the dark gradient color.Returns the light gradient color.getName()
Gets the name for this themeGets the TabbedPanelProperties for this themeGets the TitledTabProperties for this theme
-
Field Details
-
DEFAULT_DARK_COLOR
-
DEFAULT_LIGHT_COLOR
-
-
Constructor Details
-
SoftBlueIceTheme
public SoftBlueIceTheme()Creates a theme with default colors and rounded corners. -
SoftBlueIceTheme
Constructor.- Parameters:
darkColor
- the dark color used in gradientslightColor
- the light color used in gradientscornerType
- the amount of rounding to use for corners, 0-4
-
-
Method Details
-
getName
Description copied from class:TabbedPanelTitledTabTheme
Gets the name for this theme- Specified by:
getName
in classTabbedPanelTitledTabTheme
- Returns:
- the name
-
getTabbedPanelProperties
Description copied from class:TabbedPanelTitledTabTheme
Gets the TabbedPanelProperties for this theme- Specified by:
getTabbedPanelProperties
in classTabbedPanelTitledTabTheme
- Returns:
- the TabbedPanelProperties
-
getTitledTabProperties
Description copied from class:TabbedPanelTitledTabTheme
Gets the TitledTabProperties for this theme- Specified by:
getTitledTabProperties
in classTabbedPanelTitledTabTheme
- Returns:
- the TitledTabProperties
-
getDarkColor
Returns the dark gradient color.- Returns:
- the dark gradient color
-
getLightColor
Returns the light gradient color.- Returns:
- the light gradient color
-