Package ch.bailu.gtk.gst
Schnittstelle DebugColorFlags
public interface DebugColorFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intUse black as background color.static final intUse blue as background color.static final intUse cyan as background color.static final intUse green as background color.static final intUse magenta as background color.static final intUse red as background color.static final intUse white as background color.static final intUse yellow as background color.static final intMake the output bold.static final intUse black as foreground color.static final intUse blue as foreground color.static final intUse cyan as foreground color.static final intUse green as foreground color.static final intUse magenta as foreground color.static final intUse red as foreground color.static final intUse white as foreground color.static final intUse yellow as foreground color.static final intUnderline 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:
-