public class SoftBlueIceDockingTheme extends DockingWindowsTheme
Constructor and Description |
---|
SoftBlueIceDockingTheme()
Create a theme with default settings.
|
SoftBlueIceDockingTheme(boolean slim)
Constructor.
|
SoftBlueIceDockingTheme(ColorProvider darkColor,
ColorProvider lightColor,
int cornerType,
boolean slim)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of this theme.
|
RootWindowProperties |
getRootWindowProperties()
Returns the root window properties for this theme.
|
toString
public SoftBlueIceDockingTheme()
public SoftBlueIceDockingTheme(boolean slim)
slim
- if true there is less spacing in the tab areapublic SoftBlueIceDockingTheme(ColorProvider darkColor, ColorProvider lightColor, int cornerType, boolean slim)
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 areapublic java.lang.String getName()
DockingWindowsTheme
getName
in class DockingWindowsTheme
public RootWindowProperties getRootWindowProperties()
DockingWindowsTheme
getRootWindowProperties
in class DockingWindowsTheme