Package net.infonode.docking.theme
Class SoftBlueIceDockingTheme
java.lang.Object
net.infonode.docking.theme.DockingWindowsTheme
net.infonode.docking.theme.SoftBlueIceDockingTheme
A light blue theme with gradients and rounded corners.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a theme with default settings.SoftBlueIceDockingTheme
(boolean slim) Constructor.SoftBlueIceDockingTheme
(ColorProvider darkColor, ColorProvider lightColor, int cornerType, boolean slim) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the name of this theme.Returns the root window properties for this theme.Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme
toString
-
Constructor Details
-
SoftBlueIceDockingTheme
public SoftBlueIceDockingTheme()Create a theme with default settings. -
SoftBlueIceDockingTheme
public SoftBlueIceDockingTheme(boolean slim) Constructor.- Parameters:
slim
- if true there is less spacing in the tab area
-
SoftBlueIceDockingTheme
public SoftBlueIceDockingTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType, boolean slim) Constructor.- Parameters:
darkColor
- the dark color used in the gradientslightColor
- the light color used in the gradientscornerType
- how much rounding to apply to cornersslim
- if true there is less spacing in the tab area
-
-
Method Details
-
getName
Description copied from class:DockingWindowsTheme
Returns the name of this theme.- Specified by:
getName
in classDockingWindowsTheme
- Returns:
- the name of this theme
-
getRootWindowProperties
Description copied from class:DockingWindowsTheme
Returns the root window properties for this theme.- Specified by:
getRootWindowProperties
in classDockingWindowsTheme
- Returns:
- the root window properties for this theme
-