|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.color.OrangeColorScheme
public class OrangeColorScheme
Orange color scheme.
Field Summary | |
---|---|
static Color |
mainDarkColor
The main dark color. |
static Color |
mainExtraLightColor
The main light color. |
static Color |
mainLightColor
The main light color. |
static Color |
mainMidColor
The main medium color. |
static Color |
mainUltraDarkColor
The main ultra-dark color. |
static Color |
mainUltraLightColor
The main ultra-light color. |
Constructor Summary | |
---|---|
OrangeColorScheme()
|
Method Summary | |
---|---|
Color |
getDarkColor()
Retrieves the dark color. |
Color |
getExtraLightColor()
Retrieves the extra color. |
Color |
getLightColor()
Retrieves the light color. |
Color |
getMidColor()
Retrieves the medium color. |
Color |
getUltraDarkColor()
Retrieves the ultra-dark color. |
Color |
getUltraLightColor()
Retrieves the ultra-light color. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Color mainUltraLightColor
public static final Color mainExtraLightColor
public static final Color mainLightColor
public static final Color mainMidColor
public static final Color mainDarkColor
public static final Color mainUltraDarkColor
Constructor Detail |
---|
public OrangeColorScheme()
Method Detail |
---|
public Color getUltraLightColor()
ColorScheme
getUltraLightColor
in interface ColorScheme
public Color getExtraLightColor()
ColorScheme
getExtraLightColor
in interface ColorScheme
public Color getLightColor()
ColorScheme
getLightColor
in interface ColorScheme
public Color getMidColor()
ColorScheme
getMidColor
in interface ColorScheme
public Color getDarkColor()
ColorScheme
getDarkColor
in interface ColorScheme
public Color getUltraDarkColor()
ColorScheme
getUltraDarkColor
in interface ColorScheme
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |