Class Colors.Ibm5250

java.lang.Object
com.rs.seagull.emulator.api.Colors.Ibm5250
Enclosing class:
Colors

public static class Colors.Ibm5250 extends Object
These are colors for a 5250 host that are returned by Attributed.getForegroundColor().
Version:
$Id$
Author:
MRomijn
  • Field Details

    • UNDEFINED

      public static final int UNDEFINED
      Tn5250 undefined color (-1)
      See Also:
    • GREEN

      public static final int GREEN
      Tn5250 green color (0x20)
      See Also:
    • GREEN_REVERSE

      public static final int GREEN_REVERSE
      Tn5250 green reverse color (0x21)
      See Also:
    • WHITE

      public static final int WHITE
      Tn5250 white color (0x22)
      See Also:
    • WHITE_REVERSE

      public static final int WHITE_REVERSE
      Tn5250 white reverse color (0x23)
      See Also:
    • GREEN_UNDERSCORE

      public static final int GREEN_UNDERSCORE
      Tn5250 green underscore color (0x24)
      See Also:
    • GREEN_UNDERSCORE_REVERSE

      public static final int GREEN_UNDERSCORE_REVERSE
      Tn5250 green underscore reverse color (0x25)
      See Also:
    • WHITE_UNDERSCORE

      public static final int WHITE_UNDERSCORE
      Tn5250 white underscore color (0x26)
      See Also:
    • NONDISPLAY_27

      public static final int NONDISPLAY_27
      Tn5250 non-display color (0x27)
      See Also:
    • RED

      public static final int RED
      Tn5250 red color (0x28)
      See Also:
    • RED_REVERSE

      public static final int RED_REVERSE
      Tn5250 red reverse color (0x29)
      See Also:
    • RED_UNDERSCORE

      public static final int RED_UNDERSCORE
      Tn5250 red underscore color (0x2C)
      See Also:
    • RED_UNDERSCORE_REVERSE

      public static final int RED_UNDERSCORE_REVERSE
      Tn5250 red underscore reverse color (0x2D)
      See Also:
    • NONDISPLAY_2F

      public static final int NONDISPLAY_2F
      Tn5250 non-display color (0x2F)
      See Also:
    • TURQUOISE_COLUMNSEPARATOR

      public static final int TURQUOISE_COLUMNSEPARATOR
      Tn5250 turquoise column-separator color (0x30)
      See Also:
    • TURQUOISE_COLUMNSEPARATOR_REVERSE

      public static final int TURQUOISE_COLUMNSEPARATOR_REVERSE
      Tn5250 turquoise column-separator reverse color (0x31)
      See Also:
    • YELLOW_COLUMNSEPARATOR

      public static final int YELLOW_COLUMNSEPARATOR
      Tn5250 yellow column-separator color (0x32)
      See Also:
    • YELLOW_COLUMNSEPARATOR_REVERSE

      public static final int YELLOW_COLUMNSEPARATOR_REVERSE
      Tn5250 yellow column-separator reverse color (0x33)
      See Also:
    • TURQUOISE_UNDERSCORE

      public static final int TURQUOISE_UNDERSCORE
      Tn5250 turquoise underscore color (0x34)
      See Also:
    • TURQUOISE_UNDERSCORE_REVERSE

      public static final int TURQUOISE_UNDERSCORE_REVERSE
      Tn5250 turquoise underscore reverse color (0x35)
      See Also:
    • YELLOW_UNDERSCORE

      public static final int YELLOW_UNDERSCORE
      Tn5250 yellow underscore color (0x36)
      See Also:
    • NONDISPLAY_37

      public static final int NONDISPLAY_37
      Tn5250 non-display color (0x37)
      See Also:
    • PINK

      public static final int PINK
      Tn5250 pink color (0x38)
      See Also:
    • PINK_REVERSE

      public static final int PINK_REVERSE
      Tn5250 pink reverse color (0x39)
      See Also:
    • BLUE

      public static final int BLUE
      Tn5250 blue color (0x3A)
      See Also:
    • BLUE_REVERSE

      public static final int BLUE_REVERSE
      Tn5250 blue reverse color (0x3B)
      See Also:
    • PINK_UNDERSCORE

      public static final int PINK_UNDERSCORE
      Tn5250 pink underscore color (0x3C)
      See Also:
    • PINK_UNDERSCORE_REVERSE

      public static final int PINK_UNDERSCORE_REVERSE
      Tn5250 pink underscore reverse color (0x3D)
      See Also:
    • BLUE_UNDERSCORE

      public static final int BLUE_UNDERSCORE
      Tn5250 blue underscore color (0x3E)
      See Also:
    • NONDISPLAY_3F

      public static final int NONDISPLAY_3F
      Tn5250 non-display color (0x3F)
      See Also:
  • Constructor Details

    • Ibm5250

      public Ibm5250()