|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.uzh.ifi.attempto.echocomp.Style
public class Style
This class defines some style attributes that are used by the components of this package.
Field Summary | |
---|---|
static nextapp.echo.app.Color |
darkBackground
The dark background color. |
static nextapp.echo.app.Color |
darkDisabled
The dark color for disabled components |
static nextapp.echo.app.Color |
darkForeground
The dark foreground color. |
static nextapp.echo.app.Font.Typeface |
fontTypeface
The font typeface. |
static nextapp.echo.app.Color |
lightBackground
The light background color. |
static nextapp.echo.app.Color |
lightDisabled
The light color for disabled components |
static nextapp.echo.app.Color |
lightForeground
The light foreground color. |
static nextapp.echo.app.Color |
mediumBackground
The medium background color. |
static nextapp.echo.app.Color |
mediumForeground
The medium foreground color. |
static nextapp.echo.app.Color |
shadedBackground
The color for shaded background areas. |
static nextapp.echo.app.StyleSheet |
styleSheet
The style sheet containing the shadows for internal windows. |
static nextapp.echo.app.Color |
windowTitleBackground
The color for the title background of internal windows. |
Method Summary | |
---|---|
static nextapp.echo.app.ResourceImageReference |
getImage(java.lang.String file)
Returns an image reference for the given file. |
static nextapp.echo.app.Color |
shiftColor(nextapp.echo.app.Color c,
int colorShift)
This method is used to modify a given color by keeping its brightness and saturation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static nextapp.echo.app.StyleSheet styleSheet
public static nextapp.echo.app.Color lightBackground
public static nextapp.echo.app.Color mediumBackground
public static nextapp.echo.app.Color darkBackground
public static nextapp.echo.app.Color shadedBackground
public static nextapp.echo.app.Color lightForeground
public static nextapp.echo.app.Color mediumForeground
public static nextapp.echo.app.Color darkForeground
public static nextapp.echo.app.Color lightDisabled
public static nextapp.echo.app.Color darkDisabled
public static nextapp.echo.app.Color windowTitleBackground
public static nextapp.echo.app.Font.Typeface fontTypeface
Method Detail |
---|
public static nextapp.echo.app.Color shiftColor(nextapp.echo.app.Color c, int colorShift)
c
- The original color.colorShift
- The color shift value.
public static nextapp.echo.app.ResourceImageReference getImage(java.lang.String file)
file
- Path and file name of an image file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |