Uses of Class
au.gov.tas.dpiwe.mr.util.ANSIColour

Packages that use ANSIColour
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of ANSIColour in au.gov.tas.dpiwe.mr.util
 

Fields in au.gov.tas.dpiwe.mr.util declared as ANSIColour
static ANSIColour ANSIColour.Background_Black
          The background black code.
static ANSIColour ANSIColour.Background_Blue
          The background blue code.
static ANSIColour ANSIColour.Background_Cyan
          The background cyan code.
static ANSIColour ANSIColour.Background_Green
          The background green code.
static ANSIColour ANSIColour.Background_Magenta
          The background magenta code.
static ANSIColour ANSIColour.Background_Red
          The background red code.
static ANSIColour ANSIColour.Background_White
          The background white code.
static ANSIColour ANSIColour.Background_Yellow
          The background yellow code.
static ANSIColour ANSIColour.Foreground_Black
          The foreground black code.
static ANSIColour ANSIColour.Foreground_Blue
          The foreground blue code.
static ANSIColour ANSIColour.Foreground_Cyan
          The foreground cyan code.
static ANSIColour ANSIColour.Foreground_Green
          The foreground green code.
static ANSIColour ANSIColour.Foreground_Magenta
          The foreground magenta code.
static ANSIColour ANSIColour.Foreground_Red
          The foreground red code.
static ANSIColour ANSIColour.Foreground_White
          The foreground white code.
static ANSIColour ANSIColour.Foreground_Yellow
          The foreground yellow code.
static ANSIColour ANSIColour.Style_Blink
          The VT100 blink (flash foreground text) code.
static ANSIColour ANSIColour.Style_Bright
          The VT100 bright colour code.
static ANSIColour ANSIColour.Style_Dim
          The VT100 dim colour code.
static ANSIColour ANSIColour.Style_Hidden
          The VT100 hidden (no foreground text) code.
static ANSIColour ANSIColour.Style_Reset
          The VT100 reset code.
static ANSIColour ANSIColour.Style_Reverse
          The VT100 reverse (exchange background and foreground) code.
static ANSIColour ANSIColour.Style_Underscore
          The VT100 bright colour code.