|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.tabbedpanel.theme.TabbedPanelTitledTabTheme
net.infonode.tabbedpanel.theme.SoftBlueIceTheme
A light blue theme with gradients and rounded corners.
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()
Gets the name for this theme |
TabbedPanelProperties |
getTabbedPanelProperties()
Gets the TabbedPanelProperties for this theme |
TitledTabProperties |
getTitledTabProperties()
Gets the TitledTabProperties for this theme |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final FixedColorProvider DEFAULT_DARK_COLOR
public static final FixedColorProvider DEFAULT_LIGHT_COLOR
Constructor Detail |
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-4Method Detail |
public String getName()
TabbedPanelTitledTabTheme
getName
in class TabbedPanelTitledTabTheme
public TabbedPanelProperties getTabbedPanelProperties()
TabbedPanelTitledTabTheme
getTabbedPanelProperties
in class TabbedPanelTitledTabTheme
public TitledTabProperties getTitledTabProperties()
TabbedPanelTitledTabTheme
getTitledTabProperties
in class TabbedPanelTitledTabTheme
public ColorProvider getDarkColor()
public ColorProvider getLightColor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |