Schnittstelle DebugColorFlags


public interface DebugColorFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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_BLACK
      Use black as foreground color.
      Siehe auch:
    • FG_RED

      static final int FG_RED
      Use red as foreground color.
      Siehe auch:
    • FG_GREEN

      static final int FG_GREEN
      Use green as foreground color.
      Siehe auch:
    • FG_YELLOW

      static final int FG_YELLOW
      Use yellow as foreground color.
      Siehe auch:
    • FG_BLUE

      static final int FG_BLUE
      Use blue as foreground color.
      Siehe auch:
    • FG_MAGENTA

      static final int FG_MAGENTA
      Use magenta as foreground color.
      Siehe auch:
    • FG_CYAN

      static final int FG_CYAN
      Use cyan as foreground color.
      Siehe auch:
    • FG_WHITE

      static final int FG_WHITE
      Use white as foreground color.
      Siehe auch:
    • BG_BLACK

      static final int BG_BLACK
      Use black as background color.
      Siehe auch:
    • BG_RED

      static final int BG_RED
      Use red as background color.
      Siehe auch:
    • BG_GREEN

      static final int BG_GREEN
      Use green as background color.
      Siehe auch:
    • BG_YELLOW

      static final int BG_YELLOW
      Use yellow as background color.
      Siehe auch:
    • BG_BLUE

      static final int BG_BLUE
      Use blue as background color.
      Siehe auch:
    • BG_MAGENTA

      static final int BG_MAGENTA
      Use magenta as background color.
      Siehe auch:
    • BG_CYAN

      static final int BG_CYAN
      Use cyan as background color.
      Siehe auch:
    • BG_WHITE

      static final int BG_WHITE
      Use white as background color.
      Siehe auch:
    • BOLD

      static final int BOLD
      Make the output bold.
      Siehe auch:
    • UNDERLINE

      static final int UNDERLINE
      Underline the output.
      Siehe auch: