|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColor
Platform and technology independent Color definition.
Color
,
SystemColor
Field Summary | |
---|---|
static String |
CONTROL_ACTIVE_SELECTION_BACKGROUND
The constant for control active selection background color. |
static String |
CONTROL_ACTIVE_SELECTION_FOREGROUND
The constant for control active selection foreground color. |
static String |
CONTROL_ALTERNATE_BACKGROUND
The constant for control alternate background color. |
static String |
CONTROL_BACKGROUND
The constant for control background color. |
static String |
CONTROL_FOREGROUND
The constant for control foreground color. |
static String |
CONTROL_INACTIVE_SELECTION_BACKGROUND
The constant for control inactive selection background color. |
static String |
CONTROL_INACTIVE_SELECTION_FOREGROUND
The constant for control inactive selection foreground color. |
static String |
CONTROL_MANDATORY_BACKGROUND
The constant for control mandatory background color. |
static String |
CONTROL_READ_ONLY_BACKGROUND
The constant for control read only background color. |
static String |
INVALID_EDITOR_BACKGROUND
The constant for control read only background color. |
Method Summary | |
---|---|
int |
getAlpha()
Returns the alpha component in the range 0-255. |
int |
getBlue()
Returns the blue component in the range 0-255 in the default sRGB space. |
int |
getGreen()
Returns the green component in the range 0-255 in the default sRGB space. |
int |
getRed()
Returns the red component in the range 0-255 in the default sRGB space. |
int |
getRGBA()
Returns the red, green, blue and alpha component as one integer. |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Field Detail |
---|
static final String CONTROL_BACKGROUND
static final String CONTROL_ALTERNATE_BACKGROUND
static final String CONTROL_FOREGROUND
static final String CONTROL_ACTIVE_SELECTION_BACKGROUND
static final String CONTROL_ACTIVE_SELECTION_FOREGROUND
static final String CONTROL_INACTIVE_SELECTION_BACKGROUND
static final String CONTROL_INACTIVE_SELECTION_FOREGROUND
static final String CONTROL_MANDATORY_BACKGROUND
static final String CONTROL_READ_ONLY_BACKGROUND
static final String INVALID_EDITOR_BACKGROUND
Method Detail |
---|
int getRed()
getRed()
,
getGreen()
,
getBlue()
int getGreen()
getRed()
,
getGreen()
,
getBlue()
int getBlue()
getRed()
,
getGreen()
,
getBlue()
int getAlpha()
getRed()
,
getGreen()
,
getBlue()
int getRGBA()
getRed()
,
getGreen()
,
getBlue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |