| java.lang.Object net.infonode.docking.theme.DockingWindowsTheme net.infonode.docking.theme.SoftBlueIceDockingTheme
SoftBlueIceDockingTheme | public class SoftBlueIceDockingTheme extends DockingWindowsTheme (Code) | | A light blue theme with gradients and rounded corners.
author: $Author: jesper $ version: $Revision: 1.18 $ |
SoftBlueIceDockingTheme | public SoftBlueIceDockingTheme()(Code) | | Create a theme with default settings.
|
SoftBlueIceDockingTheme | public SoftBlueIceDockingTheme(boolean slim)(Code) | | Constructor.
Parameters: slim - if true there is less spacing in the tab area |
SoftBlueIceDockingTheme | public SoftBlueIceDockingTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType, boolean slim)(Code) | | Constructor.
Parameters: darkColor - the dark color used in the gradients Parameters: lightColor - the light color used in the gradients Parameters: cornerType - how much rounding to apply to corners Parameters: slim - if true there is less spacing in the tab area |
|
|