|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.docking.theme.DockingWindowsTheme
net.infonode.docking.theme.SoftBlueIceDockingTheme
public class SoftBlueIceDockingTheme
A light blue theme with gradients and rounded corners.
| Field Summary | |
|---|---|
private RootWindowProperties |
rootWindowProperties
|
private boolean |
slim
|
| Constructor Summary | |
|---|---|
SoftBlueIceDockingTheme()
Create a theme with default settings. |
|
SoftBlueIceDockingTheme(boolean slim)
Constructor. |
|
SoftBlueIceDockingTheme(ColorProvider darkColor,
ColorProvider lightColor,
int cornerType,
boolean slim)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this theme. |
RootWindowProperties |
getRootWindowProperties()
Returns the root window properties for this theme. |
| Methods inherited from class net.infonode.docking.theme.DockingWindowsTheme |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private RootWindowProperties rootWindowProperties
private boolean slim
| Constructor Detail |
|---|
public SoftBlueIceDockingTheme()
public SoftBlueIceDockingTheme(boolean slim)
slim - if true there is less spacing in the tab area
public 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 area| Method Detail |
|---|
public java.lang.String getName()
DockingWindowsTheme
getName in class DockingWindowsThemepublic RootWindowProperties getRootWindowProperties()
DockingWindowsTheme
getRootWindowProperties in class DockingWindowsTheme
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||