Package ch.bailu.gtk.gst
Schnittstelle DebugColorFlags
public interface DebugColorFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Use black as background color.static final int
Use blue as background color.static final int
Use cyan as background color.static final int
Use green as background color.static final int
Use magenta as background color.static final int
Use red as background color.static final int
Use white as background color.static final int
Use yellow as background color.static final int
Make the output bold.static final int
Use black as foreground color.static final int
Use blue as foreground color.static final int
Use cyan as foreground color.static final int
Use green as foreground color.static final int
Use magenta as foreground color.static final int
Use red as foreground color.static final int
Use white as foreground color.static final int
Use yellow as foreground color.static final int
Underline the output.
-
Felddetails
-
FG_BLACK
static final int FG_BLACKUse black as foreground color.- Siehe auch:
-
FG_RED
static final int FG_REDUse red as foreground color.- Siehe auch:
-
FG_GREEN
static final int FG_GREENUse green as foreground color.- Siehe auch:
-
FG_YELLOW
static final int FG_YELLOWUse yellow as foreground color.- Siehe auch:
-
FG_BLUE
static final int FG_BLUEUse blue as foreground color.- Siehe auch:
-
FG_MAGENTA
static final int FG_MAGENTAUse magenta as foreground color.- Siehe auch:
-
FG_CYAN
static final int FG_CYANUse cyan as foreground color.- Siehe auch:
-
FG_WHITE
static final int FG_WHITEUse white as foreground color.- Siehe auch:
-
BG_BLACK
static final int BG_BLACKUse black as background color.- Siehe auch:
-
BG_RED
static final int BG_REDUse red as background color.- Siehe auch:
-
BG_GREEN
static final int BG_GREENUse green as background color.- Siehe auch:
-
BG_YELLOW
static final int BG_YELLOWUse yellow as background color.- Siehe auch:
-
BG_BLUE
static final int BG_BLUEUse blue as background color.- Siehe auch:
-
BG_MAGENTA
static final int BG_MAGENTAUse magenta as background color.- Siehe auch:
-
BG_CYAN
static final int BG_CYANUse cyan as background color.- Siehe auch:
-
BG_WHITE
static final int BG_WHITEUse white as background color.- Siehe auch:
-
BOLD
static final int BOLDMake the output bold.- Siehe auch:
-
UNDERLINE
static final int UNDERLINEUnderline the output.- Siehe auch:
-